共用方式為


IWpfTextViewLine.TextLines 屬性

取得一份已格式化的文字行所組成的文字行。

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

語法

'宣告
ReadOnly Property TextLines As ReadOnlyCollection(Of TextLine)
ReadOnlyCollection<TextLine> TextLines { get; }
property ReadOnlyCollection<TextLine^>^ TextLines {
    ReadOnlyCollection<TextLine^>^ get ();
}
abstract TextLines : ReadOnlyCollection<TextLine> with get
function get TextLines () : ReadOnlyCollection<TextLine>

屬性值

類型:ReadOnlyCollection<TextLine>
文字行的唯讀集合。

例外狀況

例外狀況 條件
ObjectDisposedException

IWpfTextViewLine已經過處置。

.NET Framework 安全性

請參閱

參考

IWpfTextViewLine 介面

Microsoft.VisualStudio.Text.Formatting 命名空間