語言

AppFunctionSearchSpec.Builder.SetScopes(ICollection<Integer>) 方法

定義

設定範圍類型為 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 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於