NewSyntheticRegion.pszText 字段

定义

指定要显示的文本 (可以为 > 1 行) 。

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 

字段值

String
属性

注解

任何 WCHAR * 都将执行。 合成文本会话将生成此字符串的副本。

COM 签名

从 textmgr:

适用于