TextUtils.SafeStringFlagSingleLine フィールド

定義

注意事項

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

文字列全体を強制的に 1 行のテキストに変換します (改行なし)。

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

フィールド値

Value = 2
属性

注釈

文字列全体を強制的に 1 行のテキストに変換します (改行なし)。 と同時 #SAFE_STRING_FLAG_FIRST_LINEに設定することはできません。

の Java ドキュメント android.text.TextUtils.SAFE_STRING_FLAG_SINGLE_LINE

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

適用対象