VsDefaultButtonBarImages Interface

Definition

Obtains default Buttonbar images.

public interface class VsDefaultButtonBarImages : Microsoft::VisualStudio::TextManager::Interop::IVsDefaultButtonBarImages
public interface class VsDefaultButtonBarImages : Microsoft::VisualStudio::TextManager::Interop::IVsDefaultButtonBarImages
__interface VsDefaultButtonBarImages : Microsoft::VisualStudio::TextManager::Interop::IVsDefaultButtonBarImages
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsDefaultButtonBarImagesClass))]
[System.Runtime.InteropServices.Guid("73B7DC00-F498-4ABD-AB79-D07AFD52F395")]
public interface VsDefaultButtonBarImages : Microsoft.VisualStudio.TextManager.Interop.IVsDefaultButtonBarImages
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsDefaultButtonBarImagesClass))]
[System.Runtime.InteropServices.Guid("73B7DC00-F498-4ABD-AB79-D07AFD52F395")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface VsDefaultButtonBarImages : Microsoft.VisualStudio.TextManager.Interop.IVsDefaultButtonBarImages
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsDefaultButtonBarImagesClass))>]
[<System.Runtime.InteropServices.Guid("73B7DC00-F498-4ABD-AB79-D07AFD52F395")>]
type VsDefaultButtonBarImages = interface
    interface IVsDefaultButtonBarImages
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsDefaultButtonBarImagesClass))>]
[<System.Runtime.InteropServices.Guid("73B7DC00-F498-4ABD-AB79-D07AFD52F395")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type VsDefaultButtonBarImages = interface
    interface IVsDefaultButtonBarImages
Public Interface VsDefaultButtonBarImages
Implements IVsDefaultButtonBarImages
Derived
Attributes
Implements

Methods

GetButtonCount(Int32)

Returns the number of buttons on a Buttonbar.

(Inherited from IVsDefaultButtonBarImages)
GetImageList(IntPtr)

Returns the Buttonbar image list.

(Inherited from IVsDefaultButtonBarImages)

Applies to