ITextView.GetTextViewLineContainingBufferPosition(SnapshotPoint) Method

Definition

Gets the ITextViewLine that contains the specified text buffer position.

C++
public:
 Microsoft::VisualStudio::Text::Formatting::ITextViewLine ^ GetTextViewLineContainingBufferPosition(Microsoft::VisualStudio::Text::SnapshotPoint bufferPosition);

Parameters

bufferPosition
SnapshotPoint

The text buffer position used to search for a text line.

Returns

The ITextViewLine that contains the specified buffer position.

Exceptions

bufferPosition is not a valid buffer position.

if the view has not completed initialization.

Remarks

This method returns an ITextViewLine if it exists in the view.

If the line does not exist in the cache of formatted lines, it will be formatted and added to the cache.

The returned ITextViewLine could be invalidated by either a layout by the view or by subsequent calls to this method.

Applies to

Produkt Versiounen
Visual Studio SDK 2015, 2017, 2019, 2022