FontAndColorProviderShowplan Classe

Définition

Plan d'affichage du fournisseur de couleurs et de polices.

public ref class FontAndColorProviderShowplan sealed : Microsoft::SqlServer::Management::UI::VSIntegration::Editors::FontAndColorProviderBase
public sealed class FontAndColorProviderShowplan : Microsoft.SqlServer.Management.UI.VSIntegration.Editors.FontAndColorProviderBase
type FontAndColorProviderShowplan = class
    inherit FontAndColorProviderBase
Public NotInheritable Class FontAndColorProviderShowplan
Inherits FontAndColorProviderBase
Héritage
FontAndColorProviderShowplan

Champs

CategoryGuid

Obtient la catégorie du plan d'exécution de requêtes Guid.

Text

Obtient un texte sous forme de chaîne.

Propriétés

CategoryName

Obtient ou définit le nom de la catégorie.

(Hérité de FontAndColorProviderBase)
Font

Obtient le style de police à utiliser.

(Hérité de FontAndColorProviderBase)
FontColorDefaults

Obtient les valeurs par défaut de police et de couleur.

(Hérité de FontAndColorProviderBase)
FontColorFlags

Obtient la base de la police et du fournisseur de couleurs. Permet une personnalisation par les classes dérivées.

(Hérité de FontAndColorProviderBase)
FontDefault

Obtient ou définit la police par défaut.

(Hérité de FontAndColorProviderBase)
Guid

Obtient ou définit l'identité Guid.

(Hérité de FontAndColorProviderBase)
Instance

Obtient une instance du fournisseur de couleurs et de polices pour la catégorie du plan d'exécution de requêtes.

ItemsChanged

Obtient une table de hachage des éléments modifiés.

(Hérité de FontAndColorProviderBase)
Reset

Obtient une valeur qui indique si la police et la couleur sont réinitialisées à sa valeur initiale.

(Hérité de FontAndColorProviderBase)

Implémentations d’interfaces explicites

IVsFontAndColorDefaults.GetBaseCategory(Guid)

Récupère la catégorie de base.

(Hérité de FontAndColorProviderBase)
IVsFontAndColorDefaults.GetCategoryName(String)

Indique le nom de la catégorie à récupérer.

(Hérité de FontAndColorProviderBase)
IVsFontAndColorDefaults.GetFlags(UInt32)

Récupère les attributs de l’objet actuel.

(Hérité de FontAndColorProviderBase)
IVsFontAndColorDefaults.GetFont(FontInfo[])

Obtient la police utilisée par l'éditeur.

(Hérité de FontAndColorProviderBase)
IVsFontAndColorDefaults.GetItem(Int32, AllColorableItemInfo[])

Récupère une valeur entière qui identifie un élément.

(Hérité de FontAndColorProviderBase)
IVsFontAndColorDefaults.GetItemByName(String, AllColorableItemInfo[])

Indique un élément du itemName paramètre.

(Hérité de FontAndColorProviderBase)
IVsFontAndColorDefaults.GetItemCount(Int32)

Récupère le nombre d’éléments.

(Hérité de FontAndColorProviderBase)
IVsFontAndColorDefaults.GetPriority(UInt16)

Récupère la police et la priorité des couleurs.

(Hérité de FontAndColorProviderBase)
IVsFontAndColorEvents.OnApply()

Applique les paramètres de couleur et de police.

(Hérité de FontAndColorProviderBase)
IVsFontAndColorEvents.OnFontChanged(Guid, FontInfo[], LOGFONTW[], UInt32)

Appelé par l’environnement Visual Studio lorsque les polices d’une catégorie des éléments répertoriés dans la liste déroulante Éléments d’affichage sont modifiées.

(Hérité de FontAndColorProviderBase)
IVsFontAndColorEvents.OnItemChanged(Guid, String, Int32, ColorableItemInfo[], UInt32, UInt32)

Applique les modifications apportées aux couleurs et aux polices.

(Hérité de FontAndColorProviderBase)
IVsFontAndColorEvents.OnReset(Guid)

Indique les modifications à effacer pour un élément identifié par le guid paramètre.

(Hérité de FontAndColorProviderBase)
IVsFontAndColorEvents.OnResetToBaseCategory(Guid)

Réinitialise le paramètre à base. Non implémenté.

(Hérité de FontAndColorProviderBase)

S’applique à