VsTextLineStorageClass.Image_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 text image.
public:
virtual int Image_GetLength() = Microsoft::VisualStudio::TextManager::Interop::IVsPersistentTextImage::Image_GetLength;
public:
virtual int Image_GetLength();
public:
virtual int Image_GetLength() = Microsoft::VisualStudio::TextManager::Interop::IVsPersistentTextImage::Image_GetLength;
virtual int Image_GetLength();
public virtual int Image_GetLength ();
abstract member Image_GetLength : unit -> int
override this.Image_GetLength : unit -> int
Public Overridable Function Image_GetLength () As Integer
Returns
Returns the number of Unicode characters in the image.