ITextSelection.Start Property
Gets the start point of the selection.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
ReadOnly Property Start As VirtualSnapshotPoint
VirtualSnapshotPoint Start { get; }
property VirtualSnapshotPoint Start {
VirtualSnapshotPoint get ();
}
abstract Start : VirtualSnapshotPoint with get
function get Start () : VirtualSnapshotPoint
Property Value
Type: Microsoft.VisualStudio.Text.VirtualSnapshotPoint
The start point.
Remarks
This is either the active point or the anchor point, whichever comes first.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.