Partilhar via


Método IVsCompletionSet3.GetContextImageList

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

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

Sintaxe

'Declaração
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

Parâmetros

  • phImageList
    Tipo: IntPtr%

    [out] The list of context images.

Valor de retorno

Tipo: Int32
The HRESULT.

Segurança do .NET Framework

Consulte também

Referência

IVsCompletionSet3 Interface

Namespace Microsoft.VisualStudio.TextManager.Interop