ContentCaptureManager.ContentCaptureConditions プロパティ

定義

コンテンツ キャプチャを許可する必要がある条件の一覧を取得します。

public System.Collections.Generic.ICollection<Android.Views.ContentCaptures.ContentCaptureCondition>? ContentCaptureConditions { [Android.Runtime.Register("getContentCaptureConditions", "()Ljava/util/Set;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getContentCaptureConditions", "()Ljava/util/Set;", "", ApiSince=29)>]
member this.ContentCaptureConditions : System.Collections.Generic.ICollection<Android.Views.ContentCaptures.ContentCaptureCondition>

プロパティ値

条件の一覧、または null サービスで制限が設定されていない場合 (その場合は、コンテンツ キャプチャ イベントを常に生成する必要があります)。 リストが空の場合、イベントはまったく生成されません。

属性

注釈

コンテンツ キャプチャを許可する必要がある条件の一覧を取得します。

通常、このメソッドは Web ブラウザーで使用されるため、コンテンツ キャプチャ サービスが関心のない Web サイトに不要なコンテンツ キャプチャ イベントを生成しません。

android.view.contentcapture.ContentCaptureManager.getContentCaptureConditions()Java ドキュメント。

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

適用対象