IVsDropdownBarClientEx Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |