SnapshotPoint(ITextSnapshot, Int32) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz von SnapshotPoint in Bezug auf eine bestimmte Momentaufnahme und Position.
public:
SnapshotPoint(Microsoft::VisualStudio::Text::ITextSnapshot ^ snapshot, int position);
public:
SnapshotPoint(Microsoft::VisualStudio::Text::ITextSnapshot ^ snapshot, int position);
SnapshotPoint(Microsoft::VisualStudio::Text::ITextSnapshot const & snapshot, int position);
public SnapshotPoint (Microsoft.VisualStudio.Text.ITextSnapshot snapshot, int position);
new Microsoft.VisualStudio.Text.SnapshotPoint : Microsoft.VisualStudio.Text.ITextSnapshot * int -> Microsoft.VisualStudio.Text.SnapshotPoint
Public Sub New (snapshot As ITextSnapshot, position As Integer)
Parameter
- snapshot
- ITextSnapshot
Der ITextSnapshot
- position
- Int32
Die Position des Punkts.