Theme.Formats 属性
适用于版本2
使用指定格式数据获取或设置主题格式。
命名空间: Microsoft.WebMatrix.Extensibility.Editor
程序集: Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)
语法
声明
Public Overridable Property Formats As Dictionary(Of String, FormatData)
Get
Private Set
用法
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>)
属性值
类型:System.Collections.Generic.Dictionary<String, FormatData>
主题格式。