public ImmutableArray<string> PossibleMatches { get; }
Public ReadOnly Property PossibleMatches As ImmutableArray(Of String)
Get
Dim instance As AmbiguousPrefixAliasException
Dim value As ImmutableArray(Of String)
value = instance.PossibleMatches
public:
property ImmutableArray<String^> PossibleMatches {
ImmutableArray<String^> get ();
}
This property contains an array of possible argument names or aliases that the prefix could match. If an argument could match the prefix with more than one possible alias, only the first match is included in the array.