VsDefaultButtonBarImagesClass Class
Visual Studio 2015
Obtains default Buttonbar images.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | VsDefaultButtonBarImagesClass() | Creates a new instance of the VsDefaultButtonBarImagesClass class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetButtonCount(Int32) | Returns the number of buttons on a Buttonbar. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetImageList(IntPtr) | Returns the Buttonbar image list. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.
Show:

