NewSyntheticRegion.pszText Field

Definition

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:

Applies to