SearchScope 枚举

定义

SearchScope 枚举指定搜索范围。

public enum class SearchScope
public enum SearchScope
type SearchScope = 
Public Enum SearchScope
继承
SearchScope

字段

Base 0

只搜索指定的基对象。 该值等于 0。

OneLevel 1

搜索基对象的子对象,但不搜索基对象本身。 值等于 1。

Subtree 2

搜索基对象和所有子对象。 值等于 2。

适用于