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>) | |
PropertyPath(String) | |
PropertyPath(IntPtr, JniHandleOwnership) |
PropertyPath(IList<PropertyPath.PathSegment>)
[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>
- Attributes
Applies to
PropertyPath(String)
[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
- Attributes
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