public override ICommandWithCustomParsing CreateInstanceWithCustomParsing()Public Overrides Function CreateInstanceWithCustomParsing As ICommandWithCustomParsing
Dim instance As GeneratedCommandInfo
Dim returnValue As ICommandWithCustomParsing
returnValue = instance.CreateInstanceWithCustomParsing()public:
virtual ICommandWithCustomParsing^ CreateInstanceWithCustomParsing() overrideIt is the responsibility of the caller to invoke the ICommandWithCustomParsingParse(ReadOnlyMemoryString, CommandManager) method after the instance is created.
| InvalidOperationException | The command does not use the ICommandWithCustomParsing interface. |