PrincipalSearcher.GetUnderlyingSearcherType 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回从 GetUnderlyingSearcher() 方法返回的对象的类型。
public:
Type ^ GetUnderlyingSearcherType();
public Type GetUnderlyingSearcherType ();
[System.Security.SecurityCritical]
public Type GetUnderlyingSearcherType ();
member this.GetUnderlyingSearcherType : unit -> Type
[<System.Security.SecurityCritical>]
member this.GetUnderlyingSearcherType : unit -> Type
Public Function GetUnderlyingSearcherType () As Type
返回
一个 Type,指定从 GetUnderlyingSearcher() 方法返回的对象的类型。
- 属性
例外
执行查询之前,必须先将 QueryFilter 分配给主体搜索器。