言語

Pattern.CanonEq フィールド

定義

注意事項

This constant will be removed in the future version. Use Java.Util.Regex.RegexOptions enum directly instead of this field.

このフラグは Android ではサポートされていません。

[Android.Runtime.Register("CANON_EQ")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Util.Regex.RegexOptions enum directly instead of this field.", true)]
public const Java.Util.Regex.RegexOptions CanonEq = 128;
[<Android.Runtime.Register("CANON_EQ")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Util.Regex.RegexOptions enum directly instead of this field.", true)>]
val mutable CanonEq : Java.Util.Regex.RegexOptions

フィールド値

Value = 128
属性

注釈

このフラグは Android ではサポートされていません。

Javaドキュメント。

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

適用対象