FontAndColorProviderBase Class
Base class for font and color providers
Inheritance Hierarchy
System..::..Object
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration..::..FontAndColorProviderBase
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration..::..FontAndColorProviderGridResults
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration..::..FontAndColorProviderShowplan
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration..::..FontAndColorProviderTextResults
Namespace: Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly: Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)
Syntax
'Declaration
Public MustInherit Class FontAndColorProviderBase _
Implements IVsFontAndColorDefaults, IVsFontAndColorEvents
'Usage
Dim instance As FontAndColorProviderBase
public abstract class FontAndColorProviderBase : IVsFontAndColorDefaults,
IVsFontAndColorEvents
public ref class FontAndColorProviderBase abstract : IVsFontAndColorDefaults,
IVsFontAndColorEvents
[<AbstractClassAttribute>]
type FontAndColorProviderBase =
class
interface IVsFontAndColorDefaults
interface IVsFontAndColorEvents
end
public abstract class FontAndColorProviderBase implements IVsFontAndColorDefaults, IVsFontAndColorEvents
The FontAndColorProviderBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FontAndColorProviderBase | Constructor is protected to implement singleton |
Top
Properties
Name | Description | |
---|---|---|
CategoryName | VS Category name | |
Font | Font | |
FontColorDefaults | Font color defaults | |
FontColorFlags | allow derived classes to customize it | |
FontDefault | Default font | |
Guid | Guid | |
ItemsChanged | Items changed | |
Reset | Reset |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace