IThemeManager.Apply 方法
適用於版本2
將佈景主題套用至目前的即時編輯器。
命名空間: Microsoft.WebMatrix.Extensibility.Editor
組件: Microsoft.WebMatrix.Extensibility (在 Microsoft.WebMatrix.Extensibility.dll 中)
語法
'宣告
Sub Apply ( _
theme As ITheme _
)
'用途
Dim instance As IThemeManager
Dim theme As ITheme
instance.Apply(theme)
void Apply(
ITheme theme
)
void Apply(
ITheme^ theme
)
abstract Apply :
theme:ITheme -> unit
function Apply(
theme : ITheme
)
參數
theme
型別:Microsoft.WebMatrix.Extensibility.Editor.ITheme要套用的佈景主題,如果是預設佈景主題,則為 null。