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
)
パラメーター
theme
型: Microsoft.WebMatrix.Extensibility.Editor.ITheme適用するテーマ、既定のテーマの場合は null。