PropertyPath Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
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
- transfer
- JniHandleOwnership