Edit

Share via


CommandLine.ConfigureHelpFromXmlComments Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static System::CommandLine::CommandLineConfiguration ^ ConfigureHelpFromXmlComments(System::CommandLine::CommandLineConfiguration ^ builder, System::Reflection::MethodInfo ^ method, System::String ^ xmlDocsFilePath);
public static System.CommandLine.CommandLineConfiguration ConfigureHelpFromXmlComments(this System.CommandLine.CommandLineConfiguration builder, System.Reflection.MethodInfo method, string xmlDocsFilePath);
static member ConfigureHelpFromXmlComments : System.CommandLine.CommandLineConfiguration * System.Reflection.MethodInfo * string -> System.CommandLine.CommandLineConfiguration
<Extension()>
Public Function ConfigureHelpFromXmlComments (builder As CommandLineConfiguration, method As MethodInfo, xmlDocsFilePath As String) As CommandLineConfiguration

Parameters

method
MethodInfo
xmlDocsFilePath
String

Returns

Applies to