LineCount

Property of IOutputPane

Description

Returns lines count

Property type

Read-Only Property of type long

Syntax

JavaScript

var nCount = OutputPane.LineCount;

Visual Basic Script

nCount = OutputPane.LineCount

C++

long nCount;
HRESULT hr = OutputPane.get_LineCount(&nCount);

See Also

IOutputPane