VirtualSnapshotPoint.Position 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.
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.