共用方式為


ITextViewLine.Extent 屬性

取得行的範圍,但不包括任何分行符號字元。

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

語法

'宣告
ReadOnly Property Extent As SnapshotSpan
SnapshotSpan Extent { get; }
property SnapshotSpan Extent {
    SnapshotSpan get ();
}
abstract Extent : SnapshotSpan with get
function get Extent () : SnapshotSpan

屬性值

類型:Microsoft.VisualStudio.Text.SnapshotSpan
行的範圍,但不包括任何分行符號字元。

.NET Framework 安全性

請參閱

參考

ITextViewLine 介面

Microsoft.VisualStudio.Text.Formatting 命名空間