IVsHiddenTextSessionEx2 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 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. |