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() override
It is the responsibility of the caller to invoke the ICommandWithCustomParsing.Parse(ReadOnlyMemory<String>, CommandManager) method after the instance is created.
InvalidOperationException | The command does not use the ICommandWithCustomParsing interface. |