IVsTextStorage.Storage_GetLength Method

Definition

Gets the length of the storage.

public:
 int Storage_GetLength();
public:
 int Storage_GetLength();
int Storage_GetLength();
public int Storage_GetLength ();
abstract member Storage_GetLength : unit -> int
Public Function Storage_GetLength () As Integer

Returns

If the method succeeds, it returns the length of the storage.

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsTextStorage::Storage_GetLength();  

Applies to