IVsSyntheticTextClient Interface

 

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)

[GuidAttribute("1A8FBF86-5949-4E08-B9B6-F528AFB2DF9C")]
[InterfaceTypeAttribute(1)]
public interface class IVsSyntheticTextClient

NameDescription
System_CAPS_pubmethodExecMarkerCommand(IVsSyntheticRegion^, Int32)

Execute the specified marker command on the specified synthetic region.

System_CAPS_pubmethodGetErrorText(UInt32, IVsSyntheticRegion^, String^)

Returns error text for hovering.

System_CAPS_pubmethodGetMarkerCommandInfo(IVsSyntheticRegion^, Int32, array<String^>^, array<UInt32>^)

Returns marker command information.

System_CAPS_pubmethodGetTipText(IVsSyntheticRegion^, array<String^>^)

Returns the tip text for hovering.

System_CAPS_pubmethodOnBeforeSessionEnd()

Fires event indicating the synthetic text session end.

System_CAPS_pubmethodOnSyntheticRegionChange(IVsSyntheticRegion^, SYNTHETIC_REGION_EVENT)

Fires event indicating the synthetic text region has changed.

Return to top
Show: