Freigeben über


IThemeManager.Apply-Methode

Die folgenden Ausführungen gelten für v2.

Wendet das Design auf den aktuellen Live-Editor an.

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
)

Parameter

Siehe auch

Verweis

IThemeManager Schnittstelle

Microsoft.WebMatrix.Extensibility.Editor-Namespace