VsTextBufferClass.IVsTextLines_GetLineCount Method
Returns the number of lines in the buffer.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'宣言
Public Overridable Function IVsTextLines_GetLineCount ( _
<OutAttribute> ByRef piLineCount As Integer _
) As Integer
public virtual int IVsTextLines_GetLineCount(
out int piLineCount
)
public:
virtual int IVsTextLines_GetLineCount(
[OutAttribute] int% piLineCount
)
abstract IVsTextLines_GetLineCount :
piLineCount:int byref -> int
override IVsTextLines_GetLineCount :
piLineCount:int byref -> int
public function IVsTextLines_GetLineCount(
piLineCount : int
) : int
Parameters
- piLineCount
Type: System.Int32%
[out] Pointer to the number of lines in the buffer.
Return Value
Type: System.Int32
If the method succeeds, returns S_OK; otherwise, returns an error code.
Implements
IVsTextLines.GetLineCount(Int32%)
.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.