FontAndColorProviderGridResults Class
public because it is used by AppidPackage to promote them to VS
Inheritance Hierarchy
System..::..Object
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration..::..FontAndColorProviderBase
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration..::..FontAndColorProviderGridResults
Namespace: Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly: Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)
Syntax
'Declaration
Public NotInheritable Class FontAndColorProviderGridResults _
Inherits FontAndColorProviderBase
'Usage
Dim instance As FontAndColorProviderGridResults
public sealed class FontAndColorProviderGridResults : FontAndColorProviderBase
public ref class FontAndColorProviderGridResults sealed : public FontAndColorProviderBase
[<SealedAttribute>]
type FontAndColorProviderGridResults =
class
inherit FontAndColorProviderBase
end
public final class FontAndColorProviderGridResults extends FontAndColorProviderBase
The FontAndColorProviderGridResults type exposes the following members.
Properties
Name | Description | |
---|---|---|
CategoryName | VS Category name (Inherited from FontAndColorProviderBase.) | |
Font | Font (Inherited from FontAndColorProviderBase.) | |
FontColorDefaults | Font color defaults (Inherited from FontAndColorProviderBase.) | |
FontColorFlags | allow derived classes to customize it (Inherited from FontAndColorProviderBase.) | |
FontDefault | Default font (Inherited from FontAndColorProviderBase.) | |
Guid | Guid (Inherited from FontAndColorProviderBase.) | |
Instance | Returns an Instance of FontAndColor Provider for Grid Results category | |
ItemsChanged | Items changed (Inherited from FontAndColorProviderBase.) | |
Reset | Reset (Inherited from FontAndColorProviderBase.) |
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
Fields
Name | Description | |
---|---|---|
CategoryGuid | ||
GridCell |
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