ContentCaptureCondition.FlagIsRegex Campo

Definizione

Attenzione

This constant will be removed in the future version. Use Android.Views.ContentCaptures.ContentCaptureConditionFlags enum directly instead of this field.

Se impostato, il LocusId#getId() pacchetto deve usare come espressione regolare (usando il java.util.regex.Pattern formato ).

[Android.Runtime.Register("FLAG_IS_REGEX", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.ContentCaptures.ContentCaptureConditionFlags enum directly instead of this field.", true)]
public const Android.Views.ContentCaptures.ContentCaptureConditionFlags FlagIsRegex = 2;
[<Android.Runtime.Register("FLAG_IS_REGEX", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.ContentCaptures.ContentCaptureConditionFlags enum directly instead of this field.", true)>]
val mutable FlagIsRegex : Android.Views.ContentCaptures.ContentCaptureConditionFlags

Valore del campo

Value = 2

Implementazioni

Attributi

Commenti

Se impostato, il LocusId#getId() pacchetto deve usare come espressione regolare (usando il java.util.regex.Pattern formato ).

per android.view.contentcapture.ContentCaptureCondition.FLAG_IS_REGEX.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a