IVsPersistentTextImage.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:
int Image_GetLength();
public:
int Image_GetLength();
int Image_GetLength();
public int Image_GetLength ();
abstract member Image_GetLength : unit -> int
Public Function Image_GetLength () As Integer
Returns
Returns the number of Unicode characters in the image.
Remarks
COM Signature
From textmgr.idl:
long IVsPersistentTextImage::Image_GetLength();