Método VsDefaultButtonBarImagesClass.GetImageList
Retorna a lista de imagens de Buttonbar.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
Public Overridable Function GetImageList ( _
<OutAttribute> ByRef phImageList As IntPtr _
) As Integer
public virtual int GetImageList(
out IntPtr phImageList
)
public:
virtual int GetImageList(
[OutAttribute] IntPtr% phImageList
)
abstract GetImageList :
phImageList:IntPtr byref -> int
override GetImageList :
phImageList:IntPtr byref -> int
public function GetImageList(
phImageList : IntPtr
) : int
Parâmetros
phImageList
Tipo: IntPtr%[out] Identificador de lista de imagens.
Valor de retorno
Tipo: Int32
Implementações
IVsDefaultButtonBarImages.GetImageList(IntPtr%)
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.