PSSnapIn.Formats Property

Definition

Gets list of format files to be loaded for this mshsnapin.

public:
 virtual property cli::array <System::String ^> ^ Formats { cli::array <System::String ^> ^ get(); };
public:
 virtual property Platform::Array <Platform::String ^> ^ Formats { Platform::Array <Platform::String ^> ^ get(); };
public virtual string[] Formats { get; }
member this.Formats : string[]
Public Overridable ReadOnly Property Formats As String()

Property Value

String[]

Remarks

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

Applies to