VirtualSnapshotPoint.Position Property

Gets the position of the snapshot point.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

'Declaration
Public ReadOnly Property Position As SnapshotPoint
public SnapshotPoint Position { get; }
public:
property SnapshotPoint Position {
    SnapshotPoint get ();
}
member Position : SnapshotPoint
function get Position () : SnapshotPoint

Property Value

Type: Microsoft.VisualStudio.Text.SnapshotPoint
The position of the snapshot point.

.NET Framework Security

See Also

Reference

VirtualSnapshotPoint Structure

Microsoft.VisualStudio.Text Namespace