Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the text to display (can be >1 line).
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public pszText As String
'Usage
Dim instance As NewSyntheticRegion
Dim value As String
value = instance.pszText
instance.pszText = value
public string pszText
public:
String^ pszText
val mutable pszText: string
public var pszText : String
Remarks
Any WCHAR* will do. The synthetic text session will make a copy of this string.
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.