FontAndColorProviderBase Class
Base class for font and color providers
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.UI.VSIntegration.Editors.FontAndColorProviderBase
Microsoft.SqlServer.Management.UI.VSIntegration.Editors.FontAndColorProviderGridResults
Microsoft.SqlServer.Management.UI.VSIntegration.Editors.FontAndColorProviderShowplan
Microsoft.SqlServer.Management.UI.VSIntegration.Editors.FontAndColorProviderTextResults
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.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 | Initializes a new instance of the FontAndColorProviderBase class. |
Top
Properties
Name | Description | |
---|---|---|
CategoryName | Gets or sets the Visual Studio category name | |
Font | Gets the font. | |
FontColorDefaults | Gets font and color defaults. | |
FontColorFlags | Gets font and color provider base. Allows derived classes to customize it. | |
FontDefault | Gets or sets the default font. | |
Guid | Gets or sets the identity Guid. | |
ItemsChanged | Gets a hashtable of items changed. | |
Reset | Resets the font and color. |
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
Name | Description | |
---|---|---|
IVsFontAndColorDefaultsGetBaseCategory | Gets an integer value that specifies the base category. | |
IVsFontAndColorDefaultsGetCategoryName | Gets the category name. | |
IVsFontAndColorDefaultsGetFlags | Gets defined flags. | |
IVsFontAndColorDefaultsGetFont | Gets the font used by the editor. | |
IVsFontAndColorDefaultsGetItem | Gets an integer value that identifies an item. | |
IVsFontAndColorDefaultsGetItemByName | Gets an item from the itemName parameter. | |
IVsFontAndColorDefaultsGetItemCount | Gets the item count. | |
IVsFontAndColorDefaultsGetPriority | Gets the font and color priority. | |
IVsFontAndColorEventsOnApply | Applies font and color settings. | |
IVsFontAndColorEventsOnFontChanged | Applies font changes. | |
IVsFontAndColorEventsOnItemChanged | Applies font and color changes. | |
IVsFontAndColorEventsOnReset | Clears changes to an item identified by the guid parameter. | |
IVsFontAndColorEventsOnResetToBaseCategory | Resets to base. Not implemented. |
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.SqlServer.Management.UI.VSIntegration.Editors Namespace