共用方式為


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

實作

ITheme.Formats

請參閱

參考

Theme 類別

Microsoft.WebMatrix.Extensibility.Editor 命名空間