Property of IOutputPane
Returns lines count
Read-Only Property of type long
var nCount = OutputPane.LineCount;
==== Visual Basic Script ====
nCount = OutputPane.LineCount
==== C++ ====
long nCount; HRESULT hr = OutputPane.get_LineCount(&nCount);
===== See Also ===== IOutputPane