IThemeManager.Apply Method

Applies to v2.

Applies the theme to the current live editor.

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Sub Apply ( _
    theme As ITheme _
)
'Usage
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
)

Parameters

See Also

Reference

IThemeManager Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace