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。 通常這個集合中的首行和末行有VisibilityState的Hidden。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。