VsTextLineStorageClass.Storage_GetLineCount Method

Definition

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.

Implements

Applies to