IVsDropdownBarClientEx Interface
Provides additional drop-down bar client functionality.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("F74462E6-2E8E-477C-BA7D-F03D336DCB36")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDropdownBarClientEx
'Usage
Dim instance As IVsDropdownBarClientEx
[GuidAttribute("F74462E6-2E8E-477C-BA7D-F03D336DCB36")]
[InterfaceTypeAttribute()]
public interface IVsDropdownBarClientEx
[GuidAttribute(L"F74462E6-2E8E-477C-BA7D-F03D336DCB36")]
[InterfaceTypeAttribute()]
public interface class IVsDropdownBarClientEx
public interface IVsDropdownBarClientEx
Remarks
Adds to the IVsDropdownBarClient functionality.
Notes to Implementers:
Implement this interface to get the indent level for a drop-down bar item.