Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.