Property of IOutputPane
Returns lines count
Read-Only Property of type long
var nCount = OutputPane.LineCount;
nCount = OutputPane.LineCount
long nCount; HRESULT hr = OutputPane.get_LineCount(&nCount);
IOutputPane