ITrackingPoint.GetCharacter(ITextSnapshot) Yöntem

Tanım

Bu izleme noktasını belirtilen anlık görüntüye eşler ve o konumdaki karakteri alır.

public:
 char GetCharacter(Microsoft::VisualStudio::Text::ITextSnapshot ^ snapshot);
public:
 char16 GetCharacter(Microsoft::VisualStudio::Text::ITextSnapshot ^ snapshot);
char GetCharacter(Microsoft::VisualStudio::Text::ITextSnapshot const & snapshot);
public char GetCharacter (Microsoft.VisualStudio.Text.ITextSnapshot snapshot);
abstract member GetCharacter : Microsoft.VisualStudio.Text.ITextSnapshot -> char
Public Function GetCharacter (snapshot As ITextSnapshot) As Char

Parametreler

snapshot
ITextSnapshot

Konumun eşlenleceği anlık görüntü.

Döndürülenler

Char

Belirtilen konumdaki karakter.

Özel durumlar

Bu ırackingpoint, anlık görüntünün bitiş konumunu gösterir.

Şunlara uygulanır