FontAndColorProviderGridResults Class
Gets the grid results category Guid.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.UI.VSIntegration.Editors.FontAndColorProviderBase
Microsoft.SqlServer.Management.UI.VSIntegration.Editors.FontAndColorProviderGridResults
Namespace: Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly: SQLEditors (in SQLEditors.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 | |
---|---|---|
Instance | Gets an instance of font and color provider for the grid results category. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
CategoryGuid | Gets the grid results category Guid. | |
GridCell | Gets the grid cell. |
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.SqlServer.Management.UI.VSIntegration.Editors Namespace