NewSyntheticRegion::pszText Field

 

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)

public:
String^ pszText

Field Value

Type: System::String^

Any WCHAR* will do. The synthetic text session will make a copy of this string.

From textmgr.idl:

Return to top
Show: