IWpfTextViewHost.TextView 属性

获取包含在此 IWpfTextViewHost 中的 IWpfTextView

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

语法

声明
ReadOnly Property TextView As IWpfTextView
IWpfTextView TextView { get; }
property IWpfTextView^ TextView {
    IWpfTextView^ get ();
}
abstract TextView : IWpfTextView with get
function get TextView () : IWpfTextView

属性值

类型:Microsoft.VisualStudio.Text.Editor.IWpfTextView
IWpfTextViewHost中包含的 IWpfTextView

.NET Framework 安全性

请参阅

参考

IWpfTextViewHost 接口

Microsoft.VisualStudio.Text.Editor 命名空间