Freigeben über


IVsTextBufferCoordinator.GetPrimaryBuffer-Methode

Gibt den Puffer die primäre Sprache zurück.

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

Syntax

'Declaration
Function GetPrimaryBuffer ( _
    <OutAttribute> ByRef ppBuffer As IVsTextLines _
) As Integer
int GetPrimaryBuffer(
    out IVsTextLines ppBuffer
)
int GetPrimaryBuffer(
    [OutAttribute] IVsTextLines^% ppBuffer
)
abstract GetPrimaryBuffer : 
        ppBuffer:IVsTextLines byref -> int
function GetPrimaryBuffer(
    ppBuffer : 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 GetPrimaryBuffer(
   [out] IVsTextLines **ppBuffer
);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextBufferCoordinator Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace