Поделиться через


IVsCompletionSet3.GetContextImageList - метод

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

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (в Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)

Синтаксис

'Декларация
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

Параметры

  • phImageList
    Тип: IntPtr%

    [out] The list of context images.

Возвращаемое значение

Тип: Int32
The HRESULT.

Безопасность платформы .NET Framework

См. также

Ссылки

IVsCompletionSet3 Интерфейс

Microsoft.VisualStudio.TextManager.Interop - пространство имен