VsDefaultButtonBarImagesClass.GetImageList Method

Returns the Buttonbar image list.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Déclaration
Public Overridable Function GetImageList ( _
    <OutAttribute> ByRef phImageList As IntPtr _
) As Integer
'Utilisation
Dim instance As VsDefaultButtonBarImagesClass
Dim phImageList As IntPtr
Dim returnValue As Integer

returnValue = instance.GetImageList(phImageList)
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

Parameters

  • phImageList
    Type: System.IntPtr%
    [out] Handle of the image list.

Return Value

Type: System.Int32

Implements

IVsDefaultButtonBarImages.GetImageList(IntPtr%)

.NET Framework Security

See Also

Reference

VsDefaultButtonBarImagesClass Class

VsDefaultButtonBarImagesClass Members

Microsoft.VisualStudio.TextManager.Interop Namespace