Partager via


IVsCompletionSet3.GetContextImageList, méthode

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

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

Syntaxe

'Déclaration
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

Paramètres

  • phImageList
    Type : IntPtr%

    [out] The list of context images.

Valeur de retour

Type : Int32
The HRESULT.

Sécurité .NET Framework

Voir aussi

Référence

IVsCompletionSet3 Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms