public abstract ICommandWithCustomParsing CreateInstanceWithCustomParsing()
Public MustOverride Function CreateInstanceWithCustomParsing As ICommandWithCustomParsing
Dim instance As CommandInfo
Dim returnValue As ICommandWithCustomParsing
returnValue = instance.CreateInstanceWithCustomParsing()
public:
virtual ICommandWithCustomParsing^ CreateInstanceWithCustomParsing() abstract
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. |