public CommandLineParser CreateParser()Public Function CreateParser As CommandLineParser
Dim instance As CommandInfo
Dim returnValue As CommandLineParser
returnValue = instance.CreateParser()public:
CommandLineParser^ CreateParser()If the UseCustomArgumentParsing property is , the command cannot be created suing the CommandLineParser class, and you must use the CreateInstance(String, Int32) method.
| InvalidOperationException | The command uses the ICommandWithCustomParsing interface. |