IVsPersistentTextImage.Image_GetLength Method

Definition

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();  

Applies to