Idioma

PropertyPath.Get(Int32) Método

Definição

Retorna o PathSegment em um índice especificado do PropertyPath.

[Android.Runtime.Register("get", "(I)Landroid/app/appsearch/PropertyPath$PathSegment;", "GetGet_IHandler", ApiSince=34)]
public virtual Android.App.AppSearch.PropertyPath.PathSegment Get(int index);
[<Android.Runtime.Register("get", "(I)Landroid/app/appsearch/PropertyPath$PathSegment;", "GetGet_IHandler", ApiSince=34)>]
abstract member Get : int -> Android.App.AppSearch.PropertyPath.PathSegment
override this.Get : int -> Android.App.AppSearch.PropertyPath.PathSegment

Parâmetros

index
Int32

a posição no PropertyPath

Retornos

Atributos

Comentários

Retorna o PathSegment em um índice especificado do PropertyPath. Chamar get(1) em um PropertyPath que representa "foo.bar[1]" retornará um PathSegment representando "bar[1]". PathSegment s com e sem um índice de propriedade de PathSegment.NON_REPEATED_CARDINALITY são recuperados da mesma forma.

Referência do Android para android.app.appsearch.PropertyPath.get.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a