VsDefaultButtonBarImagesClass Class
Obtains default Buttonbar images.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Декларация
<ClassInterfaceAttribute()> _
<GuidAttribute("B2715971-D02C-11D2-AFB4-00105A9991EF")> _
Public Class VsDefaultButtonBarImagesClass _
Implements IVsDefaultButtonBarImages, VsDefaultButtonBarImages
'Применение
Dim instance As VsDefaultButtonBarImagesClass
[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
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.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TextManager.Interop.VsDefaultButtonBarImagesClass
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.