ContentCaptureSession.CreateContentCaptureSession メソッド

定義

新しい ContentCaptureSessionを作成します。

[Android.Runtime.Register("createContentCaptureSession", "(Landroid/view/contentcapture/ContentCaptureContext;)Landroid/view/contentcapture/ContentCaptureSession;", "", ApiSince=29)]
public Android.Views.ContentCaptures.ContentCaptureSession CreateContentCaptureSession(Android.Views.ContentCaptures.ContentCaptureContext context);
[<Android.Runtime.Register("createContentCaptureSession", "(Landroid/view/contentcapture/ContentCaptureContext;)Landroid/view/contentcapture/ContentCaptureSession;", "", ApiSince=29)>]
member this.CreateContentCaptureSession : Android.Views.ContentCaptures.ContentCaptureContext -> Android.Views.ContentCaptures.ContentCaptureSession

パラメーター

返品

属性

注釈

新しい ContentCaptureSessionを作成します。

詳細については、View#setContentCaptureSession(ContentCaptureSession) を参照してください。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象