protected virtual void WriteCommandAmbiguousPrefixAliasUsageCore(
IEnumerable<string> possibleMatches
)
Protected Overridable Sub WriteCommandAmbiguousPrefixAliasUsageCore (
possibleMatches As IEnumerable(Of String)
)
Dim possibleMatches As IEnumerable(Of String)
Me.WriteCommandAmbiguousPrefixAliasUsageCore(possibleMatches)
protected:
virtual void WriteCommandAmbiguousPrefixAliasUsageCore(
IEnumerable<String^>^ possibleMatches
)
The default implementation writes a list of possible matches, preceded by a header. The command names will be written using the CommandDescriptionColor and by calling the WriteCommandName(String) method.