IVsPersistentTextImage.Image_GetLength Method
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
‘선언
Function Image_GetLength As Integer
‘사용 방법
Dim instance As IVsPersistentTextImage
Dim returnValue As Integer
returnValue = instance.Image_GetLength()
int Image_GetLength()
int Image_GetLength()
abstract Image_GetLength : unit -> int
function Image_GetLength() : int
Return Value
Type: System.Int32
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.
See Also
Reference
IVsPersistentTextImage Interface