IVsDynamicTabProvider Interface
Provides dynamic tabs for the text view.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("E82466CA-CF0E-4653-9E76-4D4C6C548DA2")> _
Public Interface IVsDynamicTabProvider
[InterfaceTypeAttribute()]
[GuidAttribute("E82466CA-CF0E-4653-9E76-4D4C6C548DA2")]
public interface IVsDynamicTabProvider
[InterfaceTypeAttribute()]
[GuidAttribute(L"E82466CA-CF0E-4653-9E76-4D4C6C548DA2")]
public interface class IVsDynamicTabProvider
[<InterfaceTypeAttribute()>]
[<GuidAttribute("E82466CA-CF0E-4653-9E76-4D4C6C548DA2")>]
type IVsDynamicTabProvider = interface end
public interface IVsDynamicTabProvider
The IVsDynamicTabProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetTabStop | Gets the TabStop for the given text buffer and line. | |
GetTabStopElements | Gets the number of tab stops in the specified text buffer and line. |
Top