ContentCaptureCondition.FlagIsRegex Campo

Definição

Cuidado

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

Quando definido, o pacote deve usar a LocusId#getId() expressão como regular (usando o 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

Valor do campo

Value = 2

Implementações

Atributos

Comentários

Quando definido, o pacote deve usar a LocusId#getId() expressão como regular (usando o java.util.regex.Pattern formato).

Java documentação para android.view.contentcapture.ContentCaptureCondition.FLAG_IS_REGEX.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a