Returns the size in characters of the buffer.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'宣言
Public Overridable Function IVsTextLines_GetSize ( _
<OutAttribute> ByRef piLength As Integer _
) As Integer
'使用
Dim instance As VsTextBufferClass
Dim piLength As Integer
Dim returnValue As Integer
returnValue = instance.IVsTextLines_GetSize(piLength)
public virtual int IVsTextLines_GetSize(
out int piLength
)
public:
virtual int IVsTextLines_GetSize(
[OutAttribute] int% piLength
)
public function IVsTextLines_GetSize(
piLength : int
) : int
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.Int32
Implements
Permissions
- 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.