SearchSpec.Builder.AddProjectionPaths 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[Android.Runtime.Register("addProjectionPaths", "(Ljava/lang/String;Ljava/util/Collection;)Landroid/app/appsearch/SearchSpec$Builder;", "", ApiSince=34)]
public Android.App.AppSearch.SearchSpec.Builder AddProjectionPaths (string schema, System.Collections.Generic.ICollection<Android.App.AppSearch.PropertyPath> propertyPaths);
[<Android.Runtime.Register("addProjectionPaths", "(Ljava/lang/String;Ljava/util/Collection;)Landroid/app/appsearch/SearchSpec$Builder;", "", ApiSince=34)>]
member this.AddProjectionPaths : string * System.Collections.Generic.ICollection<Android.App.AppSearch.PropertyPath> -> Android.App.AppSearch.SearchSpec.Builder
参数
- schema
- String
- propertyPaths
- ICollection<PropertyPath>
返回
- 属性