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)

Syntax

'Declaration
<GuidAttribute("0C71E351-5141-4B6F-B838-E212F0764875")> _
Public Interface VsSyntheticTextLayer _
    Inherits IVsSyntheticTextSession
'Usage
Dim instance As VsSyntheticTextLayer
[GuidAttribute("0C71E351-5141-4B6F-B838-E212F0764875")]
public interface VsSyntheticTextLayer : IVsSyntheticTextSession
[GuidAttribute(L"0C71E351-5141-4B6F-B838-E212F0764875")]
public interface class VsSyntheticTextLayer : IVsSyntheticTextSession
public interface VsSyntheticTextLayer extends IVsSyntheticTextSession

See Also

Reference

VsSyntheticTextLayer Members

Microsoft.VisualStudio.TextManager.Interop Namespace