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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.