ITextSnapshotLine.Start Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SnapshotPoint of the first character in the line.
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
Property Value
The SnapshotPoint of the first character in the line.