NewSyntheticRegion.pszText Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the text to display (can be >1 line).
public: System::String ^ pszText;
public: Platform::String ^ pszText;
std::wstring pszText;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR")]
public string pszText;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPCWSTR")>]
val mutable pszText : string
Public pszText As String
Field Value
- Attributes
Remarks
Any WCHAR* will do. The synthetic text session will make a copy of this string.
COM Signature
From textmgr.idl: