IVsTextStorage.Storage_GetLength 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 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();