VsDropdownBarClass Class

Provides control of the drop-down bar at the top of a code window.

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

Syntax

'Déclaration
<GuidAttribute("452807CC-9BFA-11D0-8C3F-00C04FC2AAE2")> _
<ClassInterfaceAttribute()> _
Public Class VsDropdownBarClass _
    Implements IVsDropdownBar, VsDropdownBar
'Utilisation
Dim instance As VsDropdownBarClass
[GuidAttribute("452807CC-9BFA-11D0-8C3F-00C04FC2AAE2")]
[ClassInterfaceAttribute()]
public class VsDropdownBarClass : IVsDropdownBar, 
    VsDropdownBar
[GuidAttribute(L"452807CC-9BFA-11D0-8C3F-00C04FC2AAE2")]
[ClassInterfaceAttribute()]
public ref class VsDropdownBarClass : IVsDropdownBar, 
    VsDropdownBar
[<GuidAttribute("452807CC-9BFA-11D0-8C3F-00C04FC2AAE2")>]
[<ClassInterfaceAttribute()>]
type VsDropdownBarClass =  
    class
        interface IVsDropdownBar
        interface VsDropdownBar
    end
public class VsDropdownBarClass implements IVsDropdownBar, VsDropdownBar

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.VsDropdownBarClass

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.

See Also

Reference

VsDropdownBarClass Members

Microsoft.VisualStudio.TextManager.Interop Namespace