ITextViewLineCollection.FormattedSpan 属性

获取包含在此 ITextViewLine 集合中的文本跨距。

命名空间:  Microsoft.VisualStudio.Text.Editor
程序集:  Microsoft.VisualStudio.Text.UI(在 Microsoft.VisualStudio.Text.UI.dll 中)

语法

声明
ReadOnly Property FormattedSpan As SnapshotSpan
SnapshotSpan FormattedSpan { get; }
property SnapshotSpan FormattedSpan {
    SnapshotSpan get ();
}
abstract FormattedSpan : SnapshotSpan with get
function get FormattedSpan () : SnapshotSpan

属性值

类型:Microsoft.VisualStudio.Text.SnapshotSpan
ITextViewLine 集合中包含的文本范围。

.NET Framework 安全性

请参阅

参考

ITextViewLineCollection 接口

Microsoft.VisualStudio.Text.Editor 命名空间