ITextSnapshotLine.Start 属性

定义

SnapshotPoint行中第一个字符的。

public:
 property Microsoft::VisualStudio::Text::SnapshotPoint Start { Microsoft::VisualStudio::Text::SnapshotPoint get(); };
public Microsoft.VisualStudio.Text.SnapshotPoint Start { get; }
member this.Start : Microsoft.VisualStudio.Text.SnapshotPoint
Public ReadOnly Property Start As SnapshotPoint

属性值

SnapshotPoint

SnapshotPoint行中第一个字符的。

适用于