ISolutionSearchOptions.SearchExternalItems 属性

定义

获取是否应搜索外部项的内容。 如果为 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,则不应进行外部项搜索。

适用于