IVsTextStorage.Storage_GetLineCount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the storage line count.
public:
int Storage_GetLineCount();
public:
int Storage_GetLineCount();
int Storage_GetLineCount();
public int Storage_GetLineCount ();
abstract member Storage_GetLineCount : unit -> int
Public Function Storage_GetLineCount () As Integer
Returns
If the method succeeds, it returns the storage line count.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsTextStorage::Storage_GetLineCount();