Compartir a través de


IVsDefaultButtonBarImages.GetImageList (Método)

Devuelve la lista de imágenes de Buttonbar .

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Function GetImageList ( _
    <OutAttribute> ByRef phImageList As IntPtr _
) As Integer
int GetImageList(
    out IntPtr phImageList
)
int GetImageList(
    [OutAttribute] IntPtr% phImageList
)
abstract GetImageList : 
        phImageList:IntPtr byref -> int
function GetImageList(
    phImageList : IntPtr
) : int

Parámetros

  • phImageList
    Tipo: IntPtr%

    [out] Identificador de la lista de imágenes.

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsDefaultButtonBarImages::GetImageList(
   [out] HANDLE *phImageList
);

No intente liberar la imagen mostrada que se devuelve. El implementador de esta interfaz ello.

Seguridad de .NET Framework

Vea también

Referencia

IVsDefaultButtonBarImages Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)