FontAndColorProviderShowplan 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..::..FontAndColorProviderShowplan

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 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 VS Category name (Inherited from FontAndColorProviderBase.)
Protected property Font Font (Inherited from FontAndColorProviderBase.)
Protected property FontColorDefaults Font color defaults (Inherited from FontAndColorProviderBase.)
Protected property FontColorFlags allow derived classes to customize it (Inherited from FontAndColorProviderBase.)
Protected property FontDefault Default font (Inherited from FontAndColorProviderBase.)
Protected property Guid Guid (Inherited from FontAndColorProviderBase.)
Public propertyStatic member Instance Returns an Instance of FontAndColor Provider for Showplan category
Protected property ItemsChanged Items changed (Inherited from FontAndColorProviderBase.)
Protected property Reset Reset (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 Showplan Category Guid
Public fieldStatic member Text

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IVsFontAndColorDefaultsGetBaseCategory (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorDefaultsGetCategoryName (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorDefaultsGetFlags (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorDefaultsGetFont (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorDefaultsGetItem (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorDefaultsGetItemByName (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorDefaultsGetItemCount (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorDefaultsGetPriority (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorEventsOnApply (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorEventsOnFontChanged (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorEventsOnItemChanged (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorEventsOnReset (Inherited from FontAndColorProviderBase.)
Explicit interface implemetationPrivate method IVsFontAndColorEventsOnResetToBaseCategory (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.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace