IVsTextStorage.Storage_GetLineCount Method

Definition

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();  

Applies to