Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Dichiarazione
Public pszText As IntPtr
'Utilizzo
Dim instance As LINEDATA
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
Avviso
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:
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.