FontAndColorProviderShowplan Class

Font and color provider show plan.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.UI.VSIntegration.Editors.FontAndColorProviderBase
    Microsoft.SqlServer.Management.UI.VSIntegration.Editors.FontAndColorProviderShowplan

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors.VS (in SQLEditors.VS.dll)

Syntax

'Declaration
Public NotInheritable Class FontAndColorProviderShowplan _
    Inherits FontAndColorProviderBase
'Usage
Dim instance As FontAndColorProviderShowplan
public sealed class FontAndColorProviderShowplan : FontAndColorProviderBase
public ref class FontAndColorProviderShowplan sealed : public FontAndColorProviderBase
[<SealedAttribute>]
type FontAndColorProviderShowplan =  
    class
        inherit FontAndColorProviderBase
    end
public final class FontAndColorProviderShowplan extends FontAndColorProviderBase

The FontAndColorProviderShowplan type exposes the following members.

Properties

  Name Description
Protected property CategoryName Gets or sets the Visual Studio category name (Inherited from FontAndColorProviderBase.)
Protected property Font Gets the font. (Inherited from FontAndColorProviderBase.)
Protected property FontColorDefaults Gets font and color defaults. (Inherited from FontAndColorProviderBase.)
Protected property FontColorFlags Gets font and color provider base. Allows derived classes to customize it. (Inherited from FontAndColorProviderBase.)
Protected property FontDefault Gets or sets the default font. (Inherited from FontAndColorProviderBase.)
Protected property Guid Gets or sets the identity Guid. (Inherited from FontAndColorProviderBase.)
Public propertyStatic member Instance Gets an instance of font and color provider for showplan category.
Protected property ItemsChanged Gets a hashtable of items changed. (Inherited from FontAndColorProviderBase.)
Protected property Reset Resets the font and color. (Inherited from FontAndColorProviderBase.)

Top

Methods

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

Top

Fields

  Name Description
Public fieldStatic member CategoryGuid Gets showplan category Guid.
Public fieldStatic member Text Gets a string text.

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.