ITrackingPoint.GetPoint(ITextSnapshot) Yöntem

Tanım

İzleme noktasını, öğesinin belirli bir anlık görüntüsüne eşler ITextBuffer .

public:
 Microsoft::VisualStudio::Text::SnapshotPoint GetPoint(Microsoft::VisualStudio::Text::ITextSnapshot ^ snapshot);
public Microsoft.VisualStudio.Text.SnapshotPoint GetPoint (Microsoft.VisualStudio.Text.ITextSnapshot snapshot);
abstract member GetPoint : Microsoft.VisualStudio.Text.ITextSnapshot -> Microsoft.VisualStudio.Text.SnapshotPoint
Public Function GetPoint (snapshot As ITextSnapshot) As SnapshotPoint

Parametreler

snapshot
ITextSnapshot

İzleme noktasının eşlenleceği anlık görüntü.

Döndürülenler

SnapshotPoint

Özel durumlar

snapshot null.

snapshot bir anlık görüntüsü değildir ITextBuffer .

Şunlara uygulanır