IThemeManager.CurrentEditorTheme 속성
버전 2에 적용
편집기에 현재 적용된 테마를 가져옵니다.
네임스페이스: Microsoft.WebMatrix.Extensibility.Editor
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
ReadOnly Property CurrentEditorTheme As ITheme
Get
‘사용 방법
Dim instance As IThemeManager
Dim value As ITheme
value = instance.CurrentEditorTheme
ITheme CurrentEditorTheme { get; }
property ITheme^ CurrentEditorTheme {
ITheme^ get ();
}
abstract CurrentEditorTheme : ITheme
function get CurrentEditorTheme () : ITheme
속성 값
유형: Microsoft.WebMatrix.Extensibility.Editor.ITheme
현재 편집기에 적용된 테마입니다.