Interface IVsSyntheticTextClient
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
<GuidAttribute("1A8FBF86-5949-4E08-B9B6-F528AFB2DF9C")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSyntheticTextClient
[GuidAttribute("1A8FBF86-5949-4E08-B9B6-F528AFB2DF9C")]
[InterfaceTypeAttribute()]
public interface IVsSyntheticTextClient
[GuidAttribute(L"1A8FBF86-5949-4E08-B9B6-F528AFB2DF9C")]
[InterfaceTypeAttribute()]
public interface class IVsSyntheticTextClient
[<GuidAttribute("1A8FBF86-5949-4E08-B9B6-F528AFB2DF9C")>]
[<InterfaceTypeAttribute()>]
type IVsSyntheticTextClient = interface end
public interface IVsSyntheticTextClient
O tipo IVsSyntheticTextClient expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
![]() |
ExecMarkerCommand | |
![]() |
GetErrorText | Retorna o texto para passar de dica. |
![]() |
GetMarkerCommandInfo | Retorna informações de comando do marcador. |
![]() |
GetTipText | Retorna o texto de dica para passar. |
![]() |
OnBeforeSessionEnd | |
![]() |
OnSyntheticRegionChange |
Superior