IVsCodeWindow.SetBuffer Method

Sets the text buffer for all views in the code window.

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

Syntax

'Déclaration
Function SetBuffer ( _
    pBuffer As IVsTextLines _
) As Integer
'Utilisation
Dim instance As IVsCodeWindow
Dim pBuffer As IVsTextLines
Dim returnValue As Integer

returnValue = instance.SetBuffer(pBuffer)
int SetBuffer(
    IVsTextLines pBuffer
)
int SetBuffer(
    [InAttribute] IVsTextLines^ pBuffer
)
abstract SetBuffer : 
        pBuffer:IVsTextLines -> int 
function SetBuffer(
    pBuffer : IVsTextLines
) : int

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsCodeWindow::SetBuffer(
   [in] IVsTextLines *pBuffer
);

.NET Framework Security

See Also

Reference

IVsCodeWindow Interface

IVsCodeWindow Members

Microsoft.VisualStudio.TextManager.Interop Namespace