VsDefaultButtonBarImagesClass Class
Obtains default Buttonbar images.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TextManager.Interop.VsDefaultButtonBarImagesClass
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("B2715971-D02C-11D2-AFB4-00105A9991EF")> _
Public Class VsDefaultButtonBarImagesClass _
Implements IVsDefaultButtonBarImages, VsDefaultButtonBarImages
[ClassInterfaceAttribute()]
[GuidAttribute("B2715971-D02C-11D2-AFB4-00105A9991EF")]
public class VsDefaultButtonBarImagesClass : IVsDefaultButtonBarImages,
VsDefaultButtonBarImages
[ClassInterfaceAttribute()]
[GuidAttribute(L"B2715971-D02C-11D2-AFB4-00105A9991EF")]
public ref class VsDefaultButtonBarImagesClass : IVsDefaultButtonBarImages,
VsDefaultButtonBarImages
[<ClassInterfaceAttribute()>]
[<GuidAttribute("B2715971-D02C-11D2-AFB4-00105A9991EF")>]
type VsDefaultButtonBarImagesClass =
class
interface IVsDefaultButtonBarImages
interface VsDefaultButtonBarImages
end
public class VsDefaultButtonBarImagesClass implements IVsDefaultButtonBarImages, VsDefaultButtonBarImages
The VsDefaultButtonBarImagesClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
VsDefaultButtonBarImagesClass | Creates a new instance of the VsDefaultButtonBarImagesClass class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetButtonCount | Returns the number of buttons on a Buttonbar. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetImageList | Returns the Buttonbar image list. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.