VsTextLineStorageClass.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:
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.