IThemeManagerServiceProvider Interface
Applies to v2.
Represents an interface for a theme manager service provider.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Public Interface IThemeManagerServiceProvider
'Usage
Dim instance As IThemeManagerServiceProvider
public interface IThemeManagerServiceProvider
public interface class IThemeManagerServiceProvider
type IThemeManagerServiceProvider = interface end
public interface IThemeManagerServiceProvider
The IThemeManagerServiceProvider type exposes the following members.
Properties
Name | Description | |
---|---|---|
ThemeManager | Gets an IThemeManager instance. |
Top