Interface IVsSyntheticTextManager
Imediatamente interrompe a sessão de texto sintético.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
<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
O tipo IVsSyntheticTextManager expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
![]() |
CreateSyntheticTextSession | |
![]() |
GetSyntheticTextSession | Pergunta o objeto proprietário a existência de uma sessão de texto sintético no momento. |
Superior