CustomPSSnapIn.Formats Property

Definition

Gets the formatsdefined in raw mshsnapin.

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

Property Value

Remarks

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

Applies to