VsTextLineStorageClass.Storage_GetLength Method

Definition

Gets the length of the storage.

public:
 virtual int Storage_GetLength() = Microsoft::VisualStudio::TextManager::Interop::IVsTextStorage::Storage_GetLength;
public:
 virtual int Storage_GetLength();
public:
 virtual int Storage_GetLength() = Microsoft::VisualStudio::TextManager::Interop::IVsTextStorage::Storage_GetLength;
 virtual int Storage_GetLength();
public virtual int Storage_GetLength ();
abstract member Storage_GetLength : unit -> int
override this.Storage_GetLength : unit -> int
Public Overridable Function Storage_GetLength () As Integer

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Applies to