LINEDATA.pszText Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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: