PropertyPath Costruttori

Definizione

Overload

Nome Descrizione
PropertyPath(IList<PropertyPath.PathSegment>)

Costruttore che accetta direttamente un elenco di percorsi

PropertyPath(String)

Costruttore che analizza una stringa che rappresenta il percorso per popolare un elenco di pathSegments

PropertyPath(IntPtr, JniHandleOwnership)

PropertyPath(IList<PropertyPath.PathSegment>)

Costruttore che accetta direttamente un elenco di percorsi

[Android.Runtime.Register(".ctor", "(Ljava/util/List;)V", "", ApiSince=34)]
public PropertyPath(System.Collections.Generic.IList<Android.App.AppSearch.PropertyPath.PathSegment> pathList);
[<Android.Runtime.Register(".ctor", "(Ljava/util/List;)V", "", ApiSince=34)>]
new Android.App.AppSearch.PropertyPath : System.Collections.Generic.IList<Android.App.AppSearch.PropertyPath.PathSegment> -> Android.App.AppSearch.PropertyPath

Parametri

pathList
IList<PropertyPath.PathSegment>

elenco di PathSegments

Attributi

Commenti

Costruttore che accetta direttamente un elenco di percorsi

per android.app.appsearch.PropertyPath.PropertyPath(java.util.List<android.app.appsearch.PropertyPath.PathSegment>).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

PropertyPath(String)

Costruttore che analizza una stringa che rappresenta il percorso per popolare un elenco di pathSegments

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=34)]
public PropertyPath(string path);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=34)>]
new Android.App.AppSearch.PropertyPath : string -> Android.App.AppSearch.PropertyPath

Parametri

path
String

stringa da convalidare e analizzare in PathSegments

Attributi

Commenti

Costruttore che analizza una stringa che rappresenta il percorso per popolare un elenco di pathSegments

per android.app.appsearch.PropertyPath.PropertyPath(java.lang.String).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

PropertyPath(IntPtr, JniHandleOwnership)

protected PropertyPath(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.App.AppSearch.PropertyPath : nativeint * Android.Runtime.JniHandleOwnership -> Android.App.AppSearch.PropertyPath

Parametri

javaReference
IntPtr

nativeint

Si applica a