Condividi tramite


Metodo IVsCompletionSet3.GetContextImageList

Gets the list of context images supported by this completion set.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (in Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)

Sintassi

'Dichiarazione
Function GetContextImageList ( _
    <OutAttribute> ByRef phImageList As IntPtr _
) As Integer
int GetContextImageList(
    out IntPtr phImageList
)
int GetContextImageList(
    [OutAttribute] IntPtr% phImageList
)
abstract GetContextImageList : 
        phImageList:IntPtr byref -> int
function GetContextImageList(
    phImageList : IntPtr
) : int

Parametri

  • phImageList
    Tipo: IntPtr%

    [out] The list of context images.

Valore restituito

Tipo: Int32
The HRESULT.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsCompletionSet3 Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop