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
‘선언
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
- 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.