PropertyPath コンストラクター

定義

オーバーロード

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

パラメーター

属性

適用対象

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

パラメーター

path
String
属性

適用対象

PropertyPath(IntPtr, JniHandleOwnership)

protected PropertyPath (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.App.AppSearch.PropertyPath : nativeint * Android.Runtime.JniHandleOwnership -> Android.App.AppSearch.PropertyPath

パラメーター

javaReference
IntPtr

nativeint

適用対象