ISolutionSearchOptions.SearchExternalItems 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取是否应搜索外部项的内容。 如果为 true,则应返回来自外部项内的搜索结果。 如果为 false,则不应进行外部项搜索。
public:
property bool SearchExternalItems { bool get(); };
public:
property bool SearchExternalItems { bool get(); };
public bool SearchExternalItems { get; }
member this.SearchExternalItems : bool
Public ReadOnly Property SearchExternalItems As Boolean
属性值
如果为 true,则应返回来自外部项内的搜索结果。 如果为 false,则不应进行外部项搜索。