共用方式為


IWpfTextView.TextViewLines 屬性

取得文字檢視行做為 IWpfTextViewLineCollection

命名空間:  Microsoft.VisualStudio.Text.Editor
組件:  Microsoft.VisualStudio.Text.UI.Wpf (在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

語法

'宣告
ReadOnly Property TextViewLines As IWpfTextViewLineCollection
IWpfTextViewLineCollection TextViewLines { get; }
property IWpfTextViewLineCollection^ TextViewLines {
    IWpfTextViewLineCollection^ get ();
}
abstract TextViewLines : IWpfTextViewLineCollection with get
function get TextViewLines () : IWpfTextViewLineCollection

屬性值

類型:Microsoft.VisualStudio.Text.Editor.IWpfTextViewLineCollection
文字檢視排列成IWpfTextViewLineCollection

備註

這個屬性是nullnull 參考 (即 Visual Basic 中的 Nothing)在檢視表的初始化期間。

這個集合中的行沒有VisibilityState的Unattached。 通常這個集合中的首行和末行有VisibilityStateHidden

.NET Framework 安全性

請參閱

參考

IWpfTextView 介面

Microsoft.VisualStudio.Text.Editor 命名空間