IVsFontsAndColorsInformation.GetClassificationType(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un IClassificationType s créé pour être utilisé par le classifieur de service de langage pour l’élément coloriable au niveau de l’index colorableItemIndex.
public:
Microsoft::VisualStudio::Text::Classification::IClassificationType ^ GetClassificationType(int colorableItemIndex);
public:
Microsoft::VisualStudio::Text::Classification::IClassificationType ^ GetClassificationType(int colorableItemIndex);
Microsoft::VisualStudio::Text::Classification::IClassificationType GetClassificationType(int colorableItemIndex);
public Microsoft.VisualStudio.Text.Classification.IClassificationType GetClassificationType (int colorableItemIndex);
abstract member GetClassificationType : int -> Microsoft.VisualStudio.Text.Classification.IClassificationType
Public Function GetClassificationType (colorableItemIndex As Integer) As IClassificationType
Paramètres
- colorableItemIndex
- Int32
Index de l'élément coloriable.
Retours
Retourne un IClassificationType.