SettingInfo.SearchKeywords 属性

定义

获取包含设置的搜索关键字的本地化字符串,如果该设置没有关键字,则为 null。 对于搜索关键字匹配,使用空格和标点作为分隔符来标记字符串。 还会考虑将大写字母用于 camelCase 匹配。

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

属性值

String

适用于