SrgsToken.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

属性值

String

SrgsToken 类别实例中包含的文本。

例外

尝试将 Text 设置为 null

试图将 Text 指定为空字符串。

尝试把包含引号 (") 的字符串分配到 Text

注解

尽管它们通常表示相同的值,但 Text 窗体可能不同于 Display 中某个词或短语的形式 SrgsToken 。 例如, Display 窗体可能是一个缩写词,如 "USA",而要朗读的文本和应用的文本 Pronunciation 为 "北美洲的美国"。

属性的默认值 Text 为空字符串-""。

适用于