PropertyPath Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| PropertyPath(IList<PropertyPath.PathSegment>) |
Constructeur acceptant directement une liste de chemins d’accès |
| PropertyPath(String) |
Constructeur qui analyse une chaîne représentant le chemin d’accès pour remplir une liste de pathSegments |
| PropertyPath(IntPtr, JniHandleOwnership) |
PropertyPath(IList<PropertyPath.PathSegment>)
Constructeur acceptant directement une liste de chemins d’accès
[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
Paramètres
- pathList
- IList<PropertyPath.PathSegment>
une liste de PathSegments
- Attributs
Remarques
Constructeur acceptant directement une liste de chemins d’accès
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.
S’applique à
PropertyPath(String)
Constructeur qui analyse une chaîne représentant le chemin d’accès pour remplir une liste de 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
Paramètres
- path
- String
chaîne à valider et analyser dans PathSegments
- Attributs
Remarques
Constructeur qui analyse une chaîne représentant le chemin d’accès pour remplir une liste de pathSegments
Java documentation pour android.app.appsearch.PropertyPath.PropertyPath(java.lang.String).
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.
S’applique à
PropertyPath(IntPtr, JniHandleOwnership)
protected PropertyPath(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.App.AppSearch.PropertyPath : nativeint * Android.Runtime.JniHandleOwnership -> Android.App.AppSearch.PropertyPath
Paramètres
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership