CommandLine.ConfigureHelpFromXmlComments Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- builder
- CommandLineConfiguration
- method
- MethodInfo
- xmlDocsFilePath
- String