ITextViewLine.Start 属性

获取行中第一个字符在 Snapshot 中的位置。

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

语法

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

属性值

类型:Microsoft.VisualStudio.Text.SnapshotPoint
在第一个字符的 Snapshot 的位置的行上。

.NET Framework 安全性

请参阅

参考

ITextViewLine 接口

Microsoft.VisualStudio.Text.Formatting 命名空间