Share via


VsTextLineStorageClass.Image_GetLength Method

Gets the length of the text image.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Public Overridable Function Image_GetLength As Integer
public virtual int Image_GetLength()
public:
virtual int Image_GetLength()
abstract Image_GetLength : unit -> int  
override Image_GetLength : unit -> int
public function Image_GetLength() : int

Return Value

Type: System.Int32
Returns the number of Unicode characters in the image.

Implements

IVsPersistentTextImage.Image_GetLength()

.NET Framework Security

See Also

Reference

VsTextLineStorageClass Class

Microsoft.VisualStudio.TextManager.Interop Namespace