GetByDocumentIdRequest.Builder.AddProjectionPaths メソッド

定義

[Android.Runtime.Register("addProjectionPaths", "(Ljava/lang/String;Ljava/util/Collection;)Landroid/app/appsearch/GetByDocumentIdRequest$Builder;", "", ApiSince=34)]
public Android.App.AppSearch.GetByDocumentIdRequest.Builder AddProjectionPaths (string schemaType, System.Collections.Generic.ICollection<Android.App.AppSearch.PropertyPath> propertyPaths);
[<Android.Runtime.Register("addProjectionPaths", "(Ljava/lang/String;Ljava/util/Collection;)Landroid/app/appsearch/GetByDocumentIdRequest$Builder;", "", ApiSince=34)>]
member this.AddProjectionPaths : string * System.Collections.Generic.ICollection<Android.App.AppSearch.PropertyPath> -> Android.App.AppSearch.GetByDocumentIdRequest.Builder

パラメーター

schemaType
String
propertyPaths
ICollection<PropertyPath>

戻り値

属性

適用対象