Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves the contents of the text buffer.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Function GetTextBuffer ( _
<OutAttribute> ByRef ppTextBuffer As IVsTextLines _
) As Integer
int GetTextBuffer(
out IVsTextLines ppTextBuffer
)
int GetTextBuffer(
[OutAttribute] IVsTextLines^% ppTextBuffer
)
abstract GetTextBuffer :
ppTextBuffer:IVsTextLines byref -> int
function GetTextBuffer(
ppTextBuffer : IVsTextLines
) : int
Parameters
ppTextBuffer
Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextLines%[out] The contents of the text buffer.
Return Value
Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsTextBufferProvider::GetTextBuffer(
[out] IVsTextLines **ppTextBuffer
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.