Freigeben über


Theme.Formats-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft die Designformate mit den angegebenen Formatdaten ab oder legt diese fest.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Overridable Property Formats As Dictionary(Of String, FormatData)
    Get 
    Private Set
'Usage
Dim instance As Theme 
Dim value As Dictionary(Of String, FormatData)

value = instance.Formats
public virtual Dictionary<string, FormatData> Formats { get; private set; }
public:
virtual property Dictionary<String^, FormatData^>^ Formats {
    Dictionary<String^, FormatData^>^ get ();
    private: void set (Dictionary<String^, FormatData^>^ value);
}
abstract Formats : Dictionary<string, FormatData> with get, private set 
override Formats : Dictionary<string, FormatData> with get, private set
function get Formats () : Dictionary<String, FormatData>
private function set Formats (value : Dictionary<String, FormatData>)

Eigenschaftswert

Typ: System.Collections.Generic.Dictionary<String, FormatData>
Die Designformate.

Siehe auch

Verweis

Theme Klasse

Microsoft.WebMatrix.Extensibility.Editor-Namespace