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
当前在编辑器中应用的主题。

请参阅

参考

IThemeManager 接口

Microsoft.WebMatrix.Extensibility.Editor 命名空间