Свойство Theme.ITheme.Formats
Приведенные ниже сведения относятся к верс.2
Возвращает форматы темы с указанными данными формата.
Пространство имен: Microsoft.WebMatrix.Extensibility.Editor
Сборка: Microsoft.WebMatrix.Extensibility (в Microsoft.WebMatrix.Extensibility.dll)
Синтаксис
'Декларация
Private ReadOnly Property Formats As IDictionary(Of String, FormatData)
Implements ITheme.Formats
Get
'Применение
Dim instance As Theme
Dim value As IDictionary(Of String, FormatData)
value = CType(instance, ITheme).Formats
IDictionary<string, FormatData> ITheme.Formats { get; }
private:
virtual property IDictionary<String^, FormatData^>^ Formats {
IDictionary<String^, FormatData^>^ get () sealed = ITheme::Formats::get;
}
private abstract Formats : IDictionary<string, FormatData>
private override Formats : IDictionary<string, FormatData>
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Значение свойства
Тип: System.Collections.Generic.IDictionary<String, FormatData>
Форматы темы.