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
'宣言
<GuidAttribute("0C71E351-5141-4B6F-B838-E212F0764875")> _
Public Interface VsSyntheticTextLayer _
Inherits IVsSyntheticTextSession
'使用
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
[<GuidAttribute("0C71E351-5141-4B6F-B838-E212F0764875")>]
type VsSyntheticTextLayer =
interface
interface IVsSyntheticTextSession
end
public interface VsSyntheticTextLayer extends IVsSyntheticTextSession