ContentCaptureCondition(LocusId, ContentCaptureConditionFlags) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
既定のコンストラクター
[Android.Runtime.Register(".ctor", "(Landroid/content/LocusId;I)V", "", ApiSince=29)]
public ContentCaptureCondition(Android.Content.LocusId locusId, Android.Views.ContentCaptures.ContentCaptureConditionFlags flags);
[<Android.Runtime.Register(".ctor", "(Landroid/content/LocusId;I)V", "", ApiSince=29)>]
new Android.Views.ContentCaptures.ContentCaptureCondition : Android.Content.LocusId * Android.Views.ContentCaptures.ContentCaptureConditionFlags -> Android.Views.ContentCaptures.ContentCaptureCondition
パラメーター
- locusId
- LocusId
ContentCaptureContext#getLocusId()で定義されている条件の ID。
ContentCaptureCondition#FLAG_IS_REGEX (正規表現の一致を使用する場合) または0 (この場合、LocusIdはContentCaptureContextで使用されるLocusIdと完全に一致する必要があります)。
- 属性
注釈
既定のコンストラクター
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。