IVsTextView.SetBuffer(IVsTextLines) Method

Definition

Associates a text buffer with the view.

C++/CX
public:
 int SetBuffer(Microsoft::VisualStudio::TextManager::Interop::IVsTextLines ^ pBuffer);

Parameters

pBuffer
IVsTextLines

[in] Pointer to the text buffer to associate with the view.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr.idl:

cpp#
HRESULT IVsTextView::SetBuffer(  
  [in] IVsTextLines *pBuffer  
);  

This method is called by the environment.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022