VirtualSnapshotPoint.Position Property

Definition

Gets the position of the snapshot point.

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

Property Value

The position of the snapshot point.

Applies to