VsTextViewClass::GetBuffer Method (IVsTextLines^)

 

Returns the current contents of the text buffer.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

public:
virtual int GetBuffer(
	[OutAttribute] IVsTextLines^% ppBuffer
)

Parameters

ppBuffer
Type: Microsoft.VisualStudio.TextManager.Interop::IVsTextLines^

[out] Pointer to the IVsTextLines interface representing the text buffer.

Return Value

Type: System::Int32

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

Return to top
Show: