IVsDropdownBarClientEx Interface

Definition

Provides additional drop-down bar client functionality.

public interface class IVsDropdownBarClientEx
public interface class IVsDropdownBarClientEx
__interface IVsDropdownBarClientEx
[System.Runtime.InteropServices.Guid("F74462E6-2E8E-477C-BA7D-F03D336DCB36")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsDropdownBarClientEx
[System.Runtime.InteropServices.Guid("F74462E6-2E8E-477C-BA7D-F03D336DCB36")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDropdownBarClientEx
[<System.Runtime.InteropServices.Guid("F74462E6-2E8E-477C-BA7D-F03D336DCB36")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsDropdownBarClientEx = interface
[<System.Runtime.InteropServices.Guid("F74462E6-2E8E-477C-BA7D-F03D336DCB36")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDropdownBarClientEx = interface
Public Interface IVsDropdownBarClientEx
Attributes

Remarks

Adds to the IVsDropdownBarClient functionality.

Notes to Implementers

Implement this interface to get the indent level for a drop-down bar item.

Methods

GetEntryIndent(Int32, Int32, UInt32)

Returns the indent level for a particular drop-down bar/Window combo item.

Applies to