GenericDocument.GetPropertyDocument(String) Method
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.
Retrieves a GenericDocument
property by path.
[Android.Runtime.Register("getPropertyDocument", "(Ljava/lang/String;)Landroid/app/appsearch/GenericDocument;", "GetGetPropertyDocument_Ljava_lang_String_Handler", ApiSince=31)]
public virtual Android.App.AppSearch.GenericDocument? GetPropertyDocument (string path);
[<Android.Runtime.Register("getPropertyDocument", "(Ljava/lang/String;)Landroid/app/appsearch/GenericDocument;", "GetGetPropertyDocument_Ljava_lang_String_Handler", ApiSince=31)>]
abstract member GetPropertyDocument : string -> Android.App.AppSearch.GenericDocument
override this.GetPropertyDocument : string -> Android.App.AppSearch.GenericDocument
Parameters
- path
- String
The path to look for.
Returns
The first GenericDocument
associated with the given path or null
if
there is no such value or the value is of a different type.
- Attributes
Remarks
Java documentation for android.app.appsearch.GenericDocument.getPropertyDocument(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.