다음을 통해 공유


ITheme.Formats 속성

버전 2에 적용

서식 사전을 가져옵니다.

네임스페이스:  Microsoft.WebMatrix.Extensibility.Editor
어셈블리:  Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)

구문

‘선언
ReadOnly Property Formats As IDictionary(Of String, FormatData)
    Get
‘사용 방법
Dim instance As ITheme 
Dim value As IDictionary(Of String, FormatData)

value = instance.Formats
IDictionary<string, FormatData> Formats { get; }
property IDictionary<String^, FormatData^>^ Formats {
    IDictionary<String^, FormatData^>^ get ();
}
abstract Formats : IDictionary<string, FormatData>
function get Formats () : IDictionary<String, FormatData>

속성 값

유형: System.Collections.Generic.IDictionary<String, FormatData>
서식의 컬렉션입니다.

참고 항목

참조

ITheme 인터페이스

Microsoft.WebMatrix.Extensibility.Editor 네임스페이스