PropertyPath.PathSegment.Create Método

Definição

Sobrecargas

Create(String)

[Android.Runtime.Register("create", "(Ljava/lang/String;)Landroid/app/appsearch/PropertyPath$PathSegment;", "", ApiSince=34)]
public static Android.App.AppSearch.PropertyPath.PathSegment Create(string propertyName);
[<Android.Runtime.Register("create", "(Ljava/lang/String;)Landroid/app/appsearch/PropertyPath$PathSegment;", "", ApiSince=34)>]
static member Create : string -> Android.App.AppSearch.PropertyPath.PathSegment

Parâmetros

propertyName
String

Retornos

Atributos

Aplica-se a

Create(String, Int32)

[Android.Runtime.Register("create", "(Ljava/lang/String;I)Landroid/app/appsearch/PropertyPath$PathSegment;", "", ApiSince=34)]
public static Android.App.AppSearch.PropertyPath.PathSegment Create(string propertyName, int propertyIndex);
[<Android.Runtime.Register("create", "(Ljava/lang/String;I)Landroid/app/appsearch/PropertyPath$PathSegment;", "", ApiSince=34)>]
static member Create : string * int -> Android.App.AppSearch.PropertyPath.PathSegment

Parâmetros

propertyName
String
propertyIndex
Int32

Retornos

Atributos

Aplica-se a