Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Provides management of the client of a synthetic text region.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
<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
The IVsSyntheticTextClient type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
ExecMarkerCommand | Execute the specified marker command on the specified synthetic region. |
![]() |
GetErrorText | Returns error text for hovering. |
![]() |
GetMarkerCommandInfo | Returns marker command information. |
![]() |
GetTipText | Returns the tip text for hovering. |
![]() |
OnBeforeSessionEnd | Fires event indicating the synthetic text session end. |
![]() |
OnSyntheticRegionChange | Fires event indicating the synthetic text region has changed. |
Top
.gif)