次の方法で共有


IThemeManager.Apply メソッド

v2 に適用されます。

現在有効なエディターにテーマを適用します。

名前空間:  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 名前空間