SrgsSubset.Text 属性

定义

以字符串形式获取或设置包含需匹配的朗读短语部分的字符串。

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public string Text { get; set; }
member this.Text : string with get, set
Public Property Text As String

属性值

包含要匹配的一个调用的声明部分的字符串。

例外

试图将 Text 设置为 null 或空字符串。

尝试使用仅包含空白字符 (' ', '\t', '\n', '\r') 的字符串设置 Text

适用于