LINEDATA::pszText Field

 

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.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

public:
IntPtr pszText

Field Value

Type: System::IntPtr

System_CAPS_cautionCaution

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

From textmgr.idl:

Return to top
Show: