VsSyntheticTextLayer Schnittstelle

Definition

Behandelt die Hinzufügung von und die Kommunikation mit synthetischen Textsitzungen.

public interface class VsSyntheticTextLayer : Microsoft::VisualStudio::TextManager::Interop::IVsSyntheticTextSession
public interface class VsSyntheticTextLayer : Microsoft::VisualStudio::TextManager::Interop::IVsSyntheticTextSession
__interface VsSyntheticTextLayer : Microsoft::VisualStudio::TextManager::Interop::IVsSyntheticTextSession
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsSyntheticTextLayerClass))]
[System.Runtime.InteropServices.Guid("0C71E351-5141-4B6F-B838-E212F0764875")]
public interface VsSyntheticTextLayer : Microsoft.VisualStudio.TextManager.Interop.IVsSyntheticTextSession
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.VisualStudio.TextManager.Interop.VsSyntheticTextLayerClass))>]
[<System.Runtime.InteropServices.Guid("0C71E351-5141-4B6F-B838-E212F0764875")>]
type VsSyntheticTextLayer = interface
    interface IVsSyntheticTextSession
Public Interface VsSyntheticTextLayer
Implements IVsSyntheticTextSession
Abgeleitet
Attribute
Implementiert

Methoden

AddSyntheticRegions(UInt32, Int32, NewSyntheticRegion[], IVsEnumSyntheticRegions[])

Fügt synthetische Textsitzungen hinzu.

(Geerbt von IVsSyntheticTextSession)
EnumSyntheticRegions(UInt32, UInt32, TextSpan[], IVsEnumSyntheticRegions)

Gibt eine statische Momentaufnahmeliste von synthetischen Bereichen zurück.

(Geerbt von IVsSyntheticTextSession)
Terminate()

Beendet sofort die synthetische Text Sitzung.

(Geerbt von IVsSyntheticTextSession)
UnadviseClient()

Teilt der Sitzung mit, seinen Link mit dem Client zu unterbrechen und seinen COM-Verweis abzulegen.

(Geerbt von IVsSyntheticTextSession)

Gilt für