共用方式為


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
)

參數

請參閱

參考

IThemeManager 介面

Microsoft.WebMatrix.Extensibility.Editor 命名空間