Compartir a través de


SearchResult.MatchInfo.PropertyPathObject Property

Definition

Gets a PropertyPath object representing the property path corresponding to the given entry.

public Android.App.AppSearch.PropertyPath PropertyPathObject { [Android.Runtime.Register("getPropertyPathObject", "()Landroid/app/appsearch/PropertyPath;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getPropertyPathObject", "()Landroid/app/appsearch/PropertyPath;", "", ApiSince=34)>]
member this.PropertyPathObject : Android.App.AppSearch.PropertyPath

Property Value

Attributes

Remarks

Gets a PropertyPath object representing the property path corresponding to the given entry.

Methods such as GenericDocument#getPropertyDocument accept a path as a string rather than a PropertyPath object. However, you may want to manipulate the path before getting a property document. This method returns a PropertyPath rather than a String for easier path manipulation, which can then be converted to a String.

Java documentation for android.app.appsearch.SearchResult.MatchInfo.getPropertyPathObject().

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