LINEDATA.pszText Field

Definition

Array of WCHAR containing all the characters in the line. Use the iLength parameter to determine the end of text in the line. The pszText parameter is not NULL-terminated.

public: IntPtr pszText;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.WCHAR")]
[System.Runtime.InteropServices.ComConversionLoss]
public IntPtr pszText;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.WCHAR")>]
[<System.Runtime.InteropServices.ComConversionLoss>]
val mutable pszText : nativeint
Public pszText As IntPtr 

Field Value

IntPtr

nativeint

Attributes

Remarks

Caution

The pszText parameter is not NULL-terminated. Use the iLength parameter to determine the end of text in the line.

COM Signature

From textmgr.idl:

Applies to