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>
佈景主題格式。