CustomPSSnapIn.Providers Property

Definition

Gets the providers defined in custom mshsnapin.

public:
 virtual property System::Collections::ObjectModel::Collection<System::Management::Automation::Runspaces::ProviderConfigurationEntry ^> ^ Providers { System::Collections::ObjectModel::Collection<System::Management::Automation::Runspaces::ProviderConfigurationEntry ^> ^ get(); };
public virtual System.Collections.ObjectModel.Collection<System.Management.Automation.Runspaces.ProviderConfigurationEntry> Providers { get; }
member this.Providers : System.Collections.ObjectModel.Collection<System.Management.Automation.Runspaces.ProviderConfigurationEntry>
Public Overridable ReadOnly Property Providers As Collection(Of ProviderConfigurationEntry)

Property Value

Remarks

This member can be derived to provide the list of providers to be included for this mshsnapin.

Applies to