IThemeManager.CurrentTheme 屬性
適用於版本2
取得從佈景主題檔案載入的目前佈景主題。
命名空間: Microsoft.WebMatrix.Extensibility.Editor
組件: Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)
語法
'宣告
ReadOnly Property CurrentTheme As ITheme
Get
'用途
Dim instance As IThemeManager
Dim value As ITheme
value = instance.CurrentTheme
ITheme CurrentTheme { get; }
property ITheme^ CurrentTheme {
ITheme^ get ();
}
abstract CurrentTheme : ITheme
function get CurrentTheme () : ITheme
屬性值
型別:Microsoft.WebMatrix.Extensibility.Editor.ITheme
從佈景主題檔案載入的目前佈景主題。
備註
這可以是目前編輯器佈景主題的子集。例如,只有 C# 相關佈景主題變更。