VsTextBufferClass.IVsTextLines_GetSize(Int32) Method

Definition

Returns the size in characters of the buffer.

public:
 virtual int IVsTextLines_GetSize([Runtime::InteropServices::Out] int % piLength) = Microsoft::VisualStudio::TextManager::Interop::IVsTextLines::GetSize;
public:
 virtual int IVsTextLines_GetSize([Runtime::InteropServices::Out] int % piLength);
 virtual int IVsTextLines_GetSize([Runtime::InteropServices::Out] int & piLength);
public virtual int IVsTextLines_GetSize (out int piLength);
abstract member IVsTextLines_GetSize : int -> int
override this.IVsTextLines_GetSize : int -> int
Public Overridable Function IVsTextLines_GetSize (ByRef piLength As Integer) As Integer

Parameters

piLength
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.

Returns

If the method succeeds, returns S_OK; otherwise, returns an error code.

Applies to