Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Gets an IThemeManager instance.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property ThemeManager As IThemeManager
Get
'Usage
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
Property Value
Type: Microsoft.WebMatrix.Extensibility.Editor.IThemeManager
An IThemeManager instance.