IVsHiddenTextSessionEx2 Interface

Definition

Provides additional methods for the IVsHiddenTextSession and IVsHiddenTextSessionEx2 interfaces.

public interface class IVsHiddenTextSessionEx2
public interface class IVsHiddenTextSessionEx2
__interface IVsHiddenTextSessionEx2
[System.Runtime.InteropServices.Guid("A40043F7-0865-4322-9308-32133314AD6C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsHiddenTextSessionEx2
[<System.Runtime.InteropServices.Guid("A40043F7-0865-4322-9308-32133314AD6C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsHiddenTextSessionEx2 = interface
Public Interface IVsHiddenTextSessionEx2
Attributes

Methods

EndBatch()

Tells the hidden text session to stop batching outlining changes.

StartBatch()

Tells the hidden text session to start batching outlining changes.

StartOutlining(Int32)

Tells the editor to start outlining.

StopOutlining()

Tells the editor to stop outlining.

Applies to