Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Immediately stops the synthetic text session.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("2AB20832-0942-42F9-974F-4E65B85DABF3")> _
Public Interface IVsSyntheticTextManager
[InterfaceTypeAttribute()]
[GuidAttribute("2AB20832-0942-42F9-974F-4E65B85DABF3")]
public interface IVsSyntheticTextManager
[InterfaceTypeAttribute()]
[GuidAttribute(L"2AB20832-0942-42F9-974F-4E65B85DABF3")]
public interface class IVsSyntheticTextManager
[<InterfaceTypeAttribute()>]
[<GuidAttribute("2AB20832-0942-42F9-974F-4E65B85DABF3")>]
type IVsSyntheticTextManager = interface end
public interface IVsSyntheticTextManager
The IVsSyntheticTextManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CreateSyntheticTextSession | |
![]() |
GetSyntheticTextSession | Asks the owning object whether a synthetic text session currently exists. |
Top