LINEDATAEX.pszText 字段

定义

包含行中所有字符的 WCHAR 数组。 使用 iLength 参数可确定行中的文本结尾。 pszText参数不是以 NULL 结尾的。

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 

字段值

IntPtr

nativeint

属性

注解

COM 签名

从 textmgr:

适用于