Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
[GuidAttribute("F74462E6-2E8E-477C-BA7D-F03D336DCB36")]
[InterfaceTypeAttribute()]
public interface IVsDropdownBarClientEx
[GuidAttribute(L"F74462E6-2E8E-477C-BA7D-F03D336DCB36")]
[InterfaceTypeAttribute()]
public interface class IVsDropdownBarClientEx
[<GuidAttribute("F74462E6-2E8E-477C-BA7D-F03D336DCB36")>]
[<InterfaceTypeAttribute()>]
type IVsDropdownBarClientEx = interface end
public interface IVsDropdownBarClientEx
The IVsDropdownBarClientEx type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
GetEntryIndent | Returns the indent level for a particular drop-down bar/Window combo item. |
Top
Remarks
Adds to the IVsDropdownBarClient functionality.
Notes to Implementers
Implement this interface to get the indent level for a drop-down bar item.
.gif)