VirtualSnapshotPoint.Position-Eigenschaft
Ruft die Position des Momentaufnahmepunkts ab.
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
Eigenschaftswert
Typ: Microsoft.VisualStudio.Text.SnapshotPoint
Die Position des Momentaufnahmepunkts.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.