共用方式為


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
IWpfTextView ,包含在這IWpfTextViewHost

.NET Framework 安全性

請參閱

參考

IWpfTextViewHost 介面

Microsoft.VisualStudio.Text.Editor 命名空間