Theme.ITheme.Formats プロパティ

v2 に適用されます。

指定された書式データを含むテーマの書式を取得します。

名前空間:  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 名前空間