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
Public propertyStatic member Instance Gets an instance of font and color provider for the grid results category.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member CategoryGuid Gets the grid results category Guid.
Public fieldStatic member GridCell Gets the grid cell.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IVsFontAndColorDefaultsGetBaseCategory Gets an integer value that specifies the base category. (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorDefaultsGetCategoryName Gets the category name. (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorDefaultsGetFlags Gets defined flags. (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorDefaultsGetFont Gets the font used by the editor. (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorDefaultsGetItem Gets an integer value that identifies an item. (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorDefaultsGetItemByName Gets an item from the itemName parameter. (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorDefaultsGetItemCount Gets the item count. (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorDefaultsGetPriority Gets the font and color priority. (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorEventsOnApply Applies font and color settings. (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorEventsOnFontChanged Applies font changes. (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorEventsOnItemChanged Applies font and color changes. (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorEventsOnReset Clears changes to an item identified by the guid parameter. (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorEventsOnResetToBaseCategory Resets to base. Not implemented. (Inherited from FontAndColorProviderBase.)

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