SynonymInfo.Word 属性

定义

返回已在同义词库中进行查找的单词或短语。

public:
 property System::String ^ Word { System::String ^ get(); };
public string Word { get; }
member this.Word : string
Public ReadOnly Property Word As String

属性值

注解

同义词库有时会查找用于返回 SynonymInfo 对象的字符串或范围的缩短版本。 可使用 Word 属性查看所使用的字符串的完整形式。

适用于