TextUtils.SafeStringFlagFirstLine フィールド

定義

注意事項

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

最初の行のテキストのみを返します (最初の改行で切り捨てます)。

[Android.Runtime.Register("SAFE_STRING_FLAG_FIRST_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 SafeStringFlagFirstLine = 4;
[<Android.Runtime.Register("SAFE_STRING_FLAG_FIRST_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 SafeStringFlagFirstLine : Android.Text.SafeStringFlagMode

フィールド値

Value = 4
属性

注釈

最初の行のテキストのみを返します (最初の改行で切り捨てます)。 #SAFE_STRING_FLAG_SINGLE_LINEと同時に設定することはできません。

Javaドキュメント。

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

適用対象