VsSyntheticTextLayer Interface

 

Handles the addition of and communication with synthetic text sessions.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

[GuidAttribute("0C71E351-5141-4B6F-B838-E212F0764875")]
public interface VsSyntheticTextLayer : IVsSyntheticTextSession

NameDescription
System_CAPS_pubmethodAddSyntheticRegions(UInt32, Int32, NewSyntheticRegion[], IVsEnumSyntheticRegions[])

Adds synthetic text sessions.(Inherited from IVsSyntheticTextSession.)

System_CAPS_pubmethodEnumSyntheticRegions(UInt32, UInt32, TextSpan[], IVsEnumSyntheticRegions)

Returns a static snapshot list of synthetic regions.(Inherited from IVsSyntheticTextSession.)

System_CAPS_pubmethodTerminate()

Immediately kills the synthetic text session.(Inherited from IVsSyntheticTextSession.)

System_CAPS_pubmethodUnadviseClient()

Tells the session to sever its link, and drop its COM reference, to the client.(Inherited from IVsSyntheticTextSession.)

Return to top
Show: