Partager via


Propriété IThemeManagerServiceProvider.ThemeManager

Les éléments suivants s'appliquent au v2.

Obtient une instance IThemeManager.

Espace de noms :  Microsoft.WebMatrix.Extensibility.Editor
Assembly :  Microsoft.WebMatrix.Extensibility (en Microsoft.WebMatrix.Extensibility.dll)

Syntaxe

'Déclaration
ReadOnly Property ThemeManager As IThemeManager 
    Get
'Utilisation
Dim instance As IThemeManagerServiceProvider 
Dim value As IThemeManager 

value = instance.ThemeManager
IThemeManager ThemeManager { get; }
property IThemeManager^ ThemeManager {
    IThemeManager^ get ();
}
abstract ThemeManager : IThemeManager
function get ThemeManager () : IThemeManager

Valeur de propriété

Type : Microsoft.WebMatrix.Extensibility.Editor.IThemeManager
Instance IThemeManager.

Voir aussi

Référence

IThemeManagerServiceProvider Interface

Espace de noms Microsoft.WebMatrix.Extensibility.Editor