共用方式為


ITextViewLine.LineBreakLength 屬性

取得顯示在此行尾端之分行符號序列的長度 (例如,"\r\n")。

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

語法

'宣告
ReadOnly Property LineBreakLength As Integer
int LineBreakLength { get; }
property int LineBreakLength {
    int get ();
}
abstract LineBreakLength : int with get
function get LineBreakLength () : int

屬性值

類型:Int32
在 [0..2] 範圍內的整數。

備註

如果此ITextViewLine相對於已折行,則其自動換行的長度為零的一條線。 在 [自動換行的長度也會在緩衝區中的最後一行的零。

.NET Framework 安全性

請參閱

參考

ITextViewLine 介面

Microsoft.VisualStudio.Text.Formatting 命名空間