VsDefaultButtonBarImagesClass Class

Definition

Obtains default Buttonbar images.

public ref class VsDefaultButtonBarImagesClass : Microsoft::VisualStudio::TextManager::Interop::VsDefaultButtonBarImages
[Windows::Foundation::Metadata::WebHostHidden]
class VsDefaultButtonBarImagesClass : Microsoft::VisualStudio::TextManager::Interop::VsDefaultButtonBarImages
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("B2715971-D02C-11D2-AFB4-00105A9991EF")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class VsDefaultButtonBarImagesClass : Microsoft.VisualStudio.TextManager.Interop.VsDefaultButtonBarImages
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("B2715971-D02C-11D2-AFB4-00105A9991EF")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
public class VsDefaultButtonBarImagesClass : Microsoft.VisualStudio.TextManager.Interop.VsDefaultButtonBarImages
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("B2715971-D02C-11D2-AFB4-00105A9991EF")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type VsDefaultButtonBarImagesClass = class
    interface IVsDefaultButtonBarImages
    interface VsDefaultButtonBarImages
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("B2715971-D02C-11D2-AFB4-00105A9991EF")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
type VsDefaultButtonBarImagesClass = class
    interface VsDefaultButtonBarImages
    interface IVsDefaultButtonBarImages
Public Class VsDefaultButtonBarImagesClass
Implements VsDefaultButtonBarImages
Inheritance
VsDefaultButtonBarImagesClass
Attributes
Implements

Remarks

You cannot create an instance of this class with the new keyword. Instead, you must get the ILocalRegistry object and create the object with CreateInstance. The MPF wraps this method with CreateInstance.

Constructors

VsDefaultButtonBarImagesClass()

Creates a new instance of the VsDefaultButtonBarImagesClass class.

Methods

GetButtonCount(Int32)

Returns the number of buttons on a Buttonbar.

GetImageList(IntPtr)

Returns the Buttonbar image list.

Applies to