SnapshotSpan.Start-Eigenschaft
Ruft den Startindex der Momentaufnahmespanne ab.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Public ReadOnly Property Start As SnapshotPoint
public SnapshotPoint Start { get; }
public:
property SnapshotPoint Start {
SnapshotPoint get ();
}
member Start : SnapshotPoint with get
function get Start () : SnapshotPoint
Eigenschaftswert
Typ: Microsoft.VisualStudio.Text.SnapshotPoint
Der Startindex der Momentaufnahmespanne.
.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.