다음을 통해 공유


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 네임스페이스