FontAndColorProviderShowplan Class

 

Font and color provider show plan.

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

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

public ref class FontAndColorProviderShowplan sealed : FontAndColorProviderBase

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticInstance

Gets an instance of font and color provider for showplan category.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticCategoryGuid

Gets showplan category Guid.

System_CAPS_pubfieldSystem_CAPS_staticText

Gets a string text.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsFontAndColorDefaults::GetBaseCategory(Guid%)

Gets an integer value that specifies the base category.(Inherited from FontAndColorProviderBase.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsFontAndColorDefaults::GetCategoryName(String^%)

Gets the category name.(Inherited from FontAndColorProviderBase.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsFontAndColorDefaults::GetFlags(UInt32%)

Gets defined flags.(Inherited from FontAndColorProviderBase.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsFontAndColorDefaults::GetFont(array<FontInfo>^)

Gets the font used by the editor.(Inherited from FontAndColorProviderBase.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsFontAndColorDefaults::GetItem(Int32, array<AllColorableItemInfo>^)

Gets an integer value that identifies an item.(Inherited from FontAndColorProviderBase.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsFontAndColorDefaults::GetItemByName(String^, array<AllColorableItemInfo>^)

Gets an item from the itemName parameter.(Inherited from FontAndColorProviderBase.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsFontAndColorDefaults::GetItemCount(Int32%)

Gets the item count.(Inherited from FontAndColorProviderBase.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsFontAndColorDefaults::GetPriority(UInt16%)

Gets the font and color priority.(Inherited from FontAndColorProviderBase.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsFontAndColorEvents::OnApply()

Applies font and color settings.(Inherited from FontAndColorProviderBase.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsFontAndColorEvents::OnFontChanged(Guid%, array<FontInfo>^, array<LOGFONTW>^, UInt32)

Applies font changes.(Inherited from FontAndColorProviderBase.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsFontAndColorEvents::OnItemChanged(Guid%, String^, Int32, array<ColorableItemInfo>^, UInt32, UInt32)

Applies font and color changes.(Inherited from FontAndColorProviderBase.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsFontAndColorEvents::OnReset(Guid%)

Clears changes to an item identified by the guid parameter.(Inherited from FontAndColorProviderBase.)

System_CAPS_pubinterfaceSystem_CAPS_privmethodIVsFontAndColorEvents::OnResetToBaseCategory(Guid%)

Resets to base. Not implemented.(Inherited from FontAndColorProviderBase.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: