ITextViewLineCollection.GetCharacterBounds(SnapshotPoint) Yöntem

Tanım

Belirtilen metin arabelleği konumunun metin sınırlarını alır.

public:
 Microsoft::VisualStudio::Text::Formatting::TextBounds GetCharacterBounds(Microsoft::VisualStudio::Text::SnapshotPoint bufferPosition);
public Microsoft.VisualStudio.Text.Formatting.TextBounds GetCharacterBounds (Microsoft.VisualStudio.Text.SnapshotPoint bufferPosition);
abstract member GetCharacterBounds : Microsoft.VisualStudio.Text.SnapshotPoint -> Microsoft.VisualStudio.Text.Formatting.TextBounds
Public Function GetCharacterBounds (bufferPosition As SnapshotPoint) As TextBounds

Parametreler

bufferPosition
SnapshotPoint

Karakterin metin arabelleği tabanlı dizini.

Döndürülenler

TextBounds

Dikdörtgen bir TextBounds yapı.

Özel durumlar

bufferPosition Bu satırdaki bir konuma karşılık gelmiyor.

Şunlara uygulanır