Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Function Image_GetLength As Integer
int Image_GetLength()
int Image_GetLength()
abstract Image_GetLength : unit -> int
function Image_GetLength() : int
Return Value
Type: System.Int32
Returns the number of Unicode characters in the image.
Remarks
COM Signature
From textmgr.idl:
long IVsPersistentTextImage::Image_GetLength();
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.