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>
主题格式。