Partager via


Propriété IThemeManager.CurrentEditorTheme

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

Obtient le thème appliqué actuellement à l'éditeur.

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

Syntaxe

'Déclaration
ReadOnly Property CurrentEditorTheme As ITheme 
    Get
'Utilisation
Dim instance As IThemeManager 
Dim value As ITheme 

value = instance.CurrentEditorTheme
ITheme CurrentEditorTheme { get; }
property ITheme^ CurrentEditorTheme {
    ITheme^ get ();
}
abstract CurrentEditorTheme : ITheme
function get CurrentEditorTheme () : ITheme

Valeur de propriété

Type : Microsoft.WebMatrix.Extensibility.Editor.ITheme
Thème actuellement appliqué à l'éditeur.

Voir aussi

Référence

IThemeManager Interface

Espace de noms Microsoft.WebMatrix.Extensibility.Editor