Freigeben über


IVsCompletionSet3.GetContextImageList-Methode

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

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 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

Parameter

  • phImageList
    Typ: IntPtr%

    [out] The list of context images.

Rückgabewert

Typ: Int32
The HRESULT.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsCompletionSet3 Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace