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 with get
function get Position () : SnapshotPoint
Property Value
Type: Microsoft.VisualStudio.Text.SnapshotPoint
The position of the snapshot point.
.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.