IVsCompletionSet3.GetContextImageList, méthode
Gets the list of context images supported by this completion set.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime (dans Microsoft.VisualStudio.TextManager.Interop.12.1.DesignTime.dll)
Syntaxe
'Déclaration
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
Paramètres
phImageList
Type : IntPtr%[out] The list of context images.
Valeur de retour
Type : Int32
The HRESULT.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.