IVsDefaultButtonBarImages Interface

Obtains default Buttonbar images.

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

Syntax

'Declaration
<GuidAttribute("73B7DC00-F498-4ABD-AB79-D07AFD52F395")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDefaultButtonBarImages
[GuidAttribute("73B7DC00-F498-4ABD-AB79-D07AFD52F395")]
[InterfaceTypeAttribute()]
public interface IVsDefaultButtonBarImages
[GuidAttribute(L"73B7DC00-F498-4ABD-AB79-D07AFD52F395")]
[InterfaceTypeAttribute()]
public interface class IVsDefaultButtonBarImages
[<GuidAttribute("73B7DC00-F498-4ABD-AB79-D07AFD52F395")>]
[<InterfaceTypeAttribute()>]
type IVsDefaultButtonBarImages =  interface end
public interface IVsDefaultButtonBarImages

The IVsDefaultButtonBarImages type exposes the following members.

Methods

  Name Description
Public method GetButtonCount Returns the number of buttons on a Buttonbar.
Public method GetImageList Returns the Buttonbar image list.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace