Freigeben über


IVsTextBufferCoordinator.SetBuffers-Methode

Richtet die primären und sekundären Puffer ein, die vom Puffer koordinator - Objekt verwaltet werden sollen.

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

Syntax

'Declaration
Function SetBuffers ( _
    pPrimaryBuffer As IVsTextLines, _
    pSecondaryBuffer As IVsTextLines _
) As Integer
int SetBuffers(
    IVsTextLines pPrimaryBuffer,
    IVsTextLines pSecondaryBuffer
)
int SetBuffers(
    [InAttribute] IVsTextLines^ pPrimaryBuffer, 
    [InAttribute] IVsTextLines^ pSecondaryBuffer
)
abstract SetBuffers : 
        pPrimaryBuffer:IVsTextLines * 
        pSecondaryBuffer:IVsTextLines -> int
function SetBuffers(
    pPrimaryBuffer : IVsTextLines, 
    pSecondaryBuffer : IVsTextLines
) : int

Parameter

Rückgabewert

Typ: Int32
Bei Erfolg gibt S_OKzurück. andernfalls gibt einen Fehlercode zurück.

Hinweise

COM-Signatur

Von singlefileeditor.idl:

HRESULT SetBuffers(
   [in] IVsTextLines *pPrimaryBuffer,
   [in] IVsTextLines *pSecondaryBuffer
);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextBufferCoordinator Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace