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 必須先指派給主體搜尋器,才能執行查詢。