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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.