ISnapshotDifference.TranslateToSnapshot(SnapshotPoint) Methode

Definition

Übersetzt den angegebenen Punkt in die entsprechende Momentaufnahme, die dem Momentaufnahme Unterschied zugeordnet ist.

public:
 Microsoft::VisualStudio::Text::SnapshotPoint TranslateToSnapshot(Microsoft::VisualStudio::Text::SnapshotPoint point);
public Microsoft.VisualStudio.Text.SnapshotPoint TranslateToSnapshot (Microsoft.VisualStudio.Text.SnapshotPoint point);
abstract member TranslateToSnapshot : Microsoft.VisualStudio.Text.SnapshotPoint -> Microsoft.VisualStudio.Text.SnapshotPoint
Public Function TranslateToSnapshot (point As SnapshotPoint) As SnapshotPoint

Parameter

point
SnapshotPoint

Zu übersetzender snapshotpoint.

Gibt zurück

SnapshotPoint

point aus seiner Momentaufnahme in dieses übersetzt. Leftbuffersnapshot: This. Rightbuffersnapshot oder this. "Inlinebuffersnapshot".

Gilt für