AppFunctionSearchSpec.Builder.SetScopes(ICollection<Integer>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定範圍類型為 filter by,或 null 以跳過此篩選器。
[Android.Runtime.Register("setScopes", "(Ljava/util/Set;)Landroid/app/appfunctions/AppFunctionSearchSpec$Builder;", "", ApiSince=37)]
public Android.App.AppFunctions.AppFunctionSearchSpec.Builder SetScopes(System.Collections.Generic.ICollection<Java.Lang.Integer>? scopes);
[<Android.Runtime.Register("setScopes", "(Ljava/util/Set;)Landroid/app/appfunctions/AppFunctionSearchSpec$Builder;", "", ApiSince=37)>]
member this.SetScopes : System.Collections.Generic.ICollection<Java.Lang.Integer> -> Android.App.AppFunctions.AppFunctionSearchSpec.Builder
參數
- scopes
- ICollection<Integer>
篩選範圍類型集合。 這個值可能是 Null。
傳回
- 屬性
備註
設定範圍類型為 filter by,或 null 以跳過此篩選器。
Android 參考資料。android.app.appfunctions.AppFunctionSearchSpec.Builder.setScopes
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。