VsTextBufferClass::GetSize Method (Int32)
Visual Studio 2015
Gets the buffer size.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- piLength
-
Type:
System::Int32
[out] Pointer to the size of the buffer, which is not necessarily the same value as the size of the buffer's internally-allocated memory or the size of the file (if any) represented by the buffer.
Return Value
Type: System::Int32If the method succeeds, returns S_OK; otherwise, returns an error code.
Implements
IVsTextBuffer::GetSize(Int32)
Show: