IVsHiddenTextSessionEx2 Interface
Provides additional methods for the IVsHiddenTextSession and IVsHiddenTextSessionEx2 interfaces.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.10.0 (in Microsoft.VisualStudio.TextManager.Interop.10.0.dll)
Syntax
'Declaration
<GuidAttribute("A40043F7-0865-4322-9308-32133314AD6C")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsHiddenTextSessionEx2
[GuidAttribute("A40043F7-0865-4322-9308-32133314AD6C")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsHiddenTextSessionEx2
[GuidAttribute(L"A40043F7-0865-4322-9308-32133314AD6C")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsHiddenTextSessionEx2
[<GuidAttribute("A40043F7-0865-4322-9308-32133314AD6C")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsHiddenTextSessionEx2 = interface end
public interface IVsHiddenTextSessionEx2
The IVsHiddenTextSessionEx2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
EndBatch | Tells the hidden text session to stop batching outlining changes. | |
StartBatch | Tells the hidden text session to start batching outlining changes. | |
StartOutlining | Tells the editor to start outlining. | |
StopOutlining | Tells the editor to stop outlining. |
Top