SettingInfo.SearchKeywords 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取包含设置的搜索关键字的本地化字符串,如果该设置没有关键字,则为 null。 对于搜索关键字匹配,使用空格和标点作为分隔符来标记字符串。 还会考虑将大写字母用于 camelCase 匹配。
public:
property System::String ^ SearchKeywords { System::String ^ get(); };
public string SearchKeywords { get; }
member this.SearchKeywords : string
Public ReadOnly Property SearchKeywords As String