Freigeben über


IVsCompletionSet3.GetContextIcon-Methode

Get the image index of the context icon for the given item. If piGlyph == -1, no icon is displayed.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (in Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)

Syntax

'Declaration
Function GetContextIcon ( _
    iIndex As Integer, _
    <OutAttribute> ByRef piGlyph As Integer _
) As Integer
int GetContextIcon(
    int iIndex,
    out int piGlyph
)
int GetContextIcon(
    [InAttribute] int iIndex, 
    [OutAttribute] int% piGlyph
)
abstract GetContextIcon : 
        iIndex:int * 
        piGlyph:int byref -> int
function GetContextIcon(
    iIndex : int, 
    piGlyph : int
) : int

Parameter

  • iIndex
    Typ: Int32

    The icon index.

  • piGlyph
    Typ: Int32%

    [out] The image index

Rückgabewert

Typ: Int32
The HRESULT.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsCompletionSet3 Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace