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 命名空間