VsDefaultButtonBarImagesClass Class

 

Obtains default Buttonbar images.

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

System.Object
  Microsoft.VisualStudio.TextManager.Interop.VsDefaultButtonBarImagesClass

[ClassInterfaceAttribute(0)]
[GuidAttribute("B2715971-D02C-11D2-AFB4-00105A9991EF")]
public class VsDefaultButtonBarImagesClass : IVsDefaultButtonBarImages, 
	VsDefaultButtonBarImages

NameDescription
System_CAPS_pubmethodVsDefaultButtonBarImagesClass()

Creates a new instance of the VsDefaultButtonBarImagesClass class.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetButtonCount(Int32)

Returns the number of buttons on a Buttonbar.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetImageList(IntPtr)

Returns the Buttonbar image list.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: