PatternMatcher.PatternSuffix フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.OS.Pattern enum directly instead of this field.

パターン型: 指定されたパターンは、テスト対象の文字列の末尾と一致する必要があります。

[Android.Runtime.Register("PATTERN_SUFFIX", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.OS.Pattern enum directly instead of this field.", true)]
public const Android.OS.Pattern PatternSuffix = 4;
[<Android.Runtime.Register("PATTERN_SUFFIX", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.OS.Pattern enum directly instead of this field.", true)>]
val mutable PatternSuffix : Android.OS.Pattern

フィールド値

Value = 4

実装

属性

注釈

パターン型: 指定されたパターンは、テスト対象の文字列の末尾と一致する必要があります。

の Java ドキュメント android.os.PatternMatcher.PATTERN_SUFFIX

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

適用対象