CaretPositionChangedEventArgs.TextView 属性

获取包含插入符号的 ITextView

命名空间:  Microsoft.VisualStudio.Text.Editor
程序集:  Microsoft.VisualStudio.Text.UI(在 Microsoft.VisualStudio.Text.UI.dll 中)

语法

声明
Public ReadOnly Property TextView As ITextView
public ITextView TextView { get; }
public:
property ITextView^ TextView {
    ITextView^ get ();
}
member TextView : ITextView with get
function get TextView () : ITextView

属性值

类型:Microsoft.VisualStudio.Text.Editor.ITextView
文本视图。

.NET Framework 安全性

请参阅

参考

CaretPositionChangedEventArgs 类

Microsoft.VisualStudio.Text.Editor 命名空间