VsTextLineStorageClass.Storage_GetLineCount 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 storage line count.
public:
virtual int Storage_GetLineCount() = Microsoft::VisualStudio::TextManager::Interop::IVsTextStorage::Storage_GetLineCount;
public:
virtual int Storage_GetLineCount();
public:
virtual int Storage_GetLineCount() = Microsoft::VisualStudio::TextManager::Interop::IVsTextStorage::Storage_GetLineCount;
virtual int Storage_GetLineCount();
public virtual int Storage_GetLineCount ();
abstract member Storage_GetLineCount : unit -> int
override this.Storage_GetLineCount : unit -> int
Public Overridable Function Storage_GetLineCount () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.