IVsSyntheticTextManager 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.
Creates a synthetic text session.
public interface class IVsSyntheticTextManager
public interface class IVsSyntheticTextManager
__interface IVsSyntheticTextManager
[System.Runtime.InteropServices.Guid("2AB20832-0942-42F9-974F-4E65B85DABF3")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSyntheticTextManager
[System.Runtime.InteropServices.Guid("2AB20832-0942-42F9-974F-4E65B85DABF3")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSyntheticTextManager
[<System.Runtime.InteropServices.Guid("2AB20832-0942-42F9-974F-4E65B85DABF3")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSyntheticTextManager = interface
[<System.Runtime.InteropServices.Guid("2AB20832-0942-42F9-974F-4E65B85DABF3")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSyntheticTextManager = interface
Public Interface IVsSyntheticTextManager
- Attributes
Methods
CreateSyntheticTextSession(UInt32, Object, IVsSyntheticTextClient, IVsSyntheticTextSession) |
Creates the specified synthetic text session. |
GetSyntheticTextSession(Object, IVsSyntheticTextSession) |
Asks the owning object whether a synthetic text session currently exists. |