IThemeManager.CurrentTheme Property
Applies to v2.
Gets the current theme loaded from a theme file.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property CurrentTheme As ITheme
Get
'Usage
Dim instance As IThemeManager
Dim value As ITheme
value = instance.CurrentTheme
ITheme CurrentTheme { get; }
property ITheme^ CurrentTheme {
ITheme^ get ();
}
abstract CurrentTheme : ITheme
function get CurrentTheme () : ITheme
Property Value
Type: Microsoft.WebMatrix.Extensibility.Editor.ITheme
The current theme loaded from a theme file.
Remarks
This can be a subset of the current editor theme. For example, just C# related theme changes.