ProviderNameAmbiguousException.PossibleMatches Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the information of the providers which might match the specified provider name.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::ProviderInfo ^> ^ PossibleMatches { System::Collections::ObjectModel::ReadOnlyCollection<System::Management::Automation::ProviderInfo ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.ProviderInfo> PossibleMatches { get; }
member this.PossibleMatches : System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.ProviderInfo>
Public ReadOnly Property PossibleMatches As ReadOnlyCollection(Of ProviderInfo)