CustomPSSnapIn.Types Property

Definition

Gets the types defined in custom mshsnapin.

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

Property Value

Remarks

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

Applies to