다음을 통해 공유


LINEDATAEX.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)

Syntax

‘선언
Public pszText As IntPtr
‘사용 방법
Dim instance As LINEDATAEX
Dim value As IntPtr

value = instance.pszText

instance.pszText = value
public IntPtr pszText
public:
IntPtr pszText
val mutable pszText: IntPtr
public var pszText : IntPtr

Remarks

COM Signature

From textmgr.idl:

.NET Framework Security

See Also

Reference

LINEDATAEX Structure

LINEDATAEX Members

Microsoft.VisualStudio.TextManager.Interop Namespace