Partager via


IVsSmartTagData.GetImageIndex, méthode

Obtient l'index de l'icône qui est affichée avec cette donnée de balise active.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
Function GetImageIndex ( _
    <OutAttribute> ByRef piIndex As Integer _
) As Integer
int GetImageIndex(
    out int piIndex
)
int GetImageIndex(
    [OutAttribute] int% piIndex
)
abstract GetImageIndex : 
        piIndex:int byref -> int
function GetImageIndex(
    piIndex : int
) : int

Paramètres

  • piIndex
    Type : Int32%

    [] l'index d'image.

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Sécurité .NET Framework

Voir aussi

Référence

IVsSmartTagData Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms