Share via


PropertyPath Constructors

Definition

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

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

Applies to