ITheme.Formats-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft ein Formatwörterbuch ab.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property Formats As IDictionary(Of String, FormatData)
Get
'Usage
Dim instance As ITheme
Dim value As IDictionary(Of String, FormatData)
value = instance.Formats
IDictionary<string, FormatData> Formats { get; }
property IDictionary<String^, FormatData^>^ Formats {
IDictionary<String^, FormatData^>^ get ();
}
abstract Formats : IDictionary<string, FormatData>
function get Formats () : IDictionary<String, FormatData>
Eigenschaftswert
Typ: System.Collections.Generic.IDictionary<String, FormatData>
Eine Auflistung von Formaten.