Metodo IVsCompletionSet3.GetContextImageList
Gets the list of context images supported by this completion set.
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (in Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)
Sintassi
'Dichiarazione
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
Parametri
phImageList
Tipo: IntPtr%[out] The list of context images.
Valore restituito
Tipo: Int32
The HRESULT.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.