PropertyPath Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
PropertyPath(IList<PropertyPath.PathSegment>) |
Constructor directly accepting a path list |
PropertyPath(String) |
Constructor that parses a string representing the path to populate a List of PathSegments |
PropertyPath(IntPtr, JniHandleOwnership) |
PropertyPath(IList<PropertyPath.PathSegment>)
Constructor directly accepting a path list
[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
Parameters
- pathList
- IList<PropertyPath.PathSegment>
a list of PathSegments
- Attributes
Remarks
Constructor directly accepting a path list
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
PropertyPath(String)
Constructor that parses a string representing the path to populate a List of 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
Parameters
- path
- String
the string to be validated and parsed into PathSegments
- Attributes
Remarks
Constructor that parses a string representing the path to populate a List of PathSegments
Java documentation for android.app.appsearch.PropertyPath.PropertyPath(java.lang.String)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
PropertyPath(IntPtr, JniHandleOwnership)
protected PropertyPath (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.App.AppSearch.PropertyPath : nativeint * Android.Runtime.JniHandleOwnership -> Android.App.AppSearch.PropertyPath
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership