IVsTextStorage::Storage_GetLineCount Method ()

 

Gets the storage line count.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

int Storage_GetLineCount()

Return Value

Type: System::Int32

If the method succeeds, it returns the storage line count.

From textmgr.idl:

HRESULT IVsTextStorage::Storage_GetLineCount();
Return to top
Show: