ContentCaptureContext.ForLocusId(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.
Helper that creates a ContentCaptureContext
associated with the given id
.
[Android.Runtime.Register("forLocusId", "(Ljava/lang/String;)Landroid/view/contentcapture/ContentCaptureContext;", "", ApiSince=29)]
public static Android.Views.ContentCaptures.ContentCaptureContext ForLocusId (string id);
[<Android.Runtime.Register("forLocusId", "(Ljava/lang/String;)Landroid/view/contentcapture/ContentCaptureContext;", "", ApiSince=29)>]
static member ForLocusId : string -> Android.Views.ContentCaptures.ContentCaptureContext
Parameters
- id
- String
Returns
- Attributes
Remarks
Helper that creates a ContentCaptureContext
associated with the given id
.
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.