LocaleConfig.StatusSuccess フィールド

定義

注意事項

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

XML ファイルに格納されている LocaleConfig 構造体の読み取りに成功しました。

[Android.Runtime.Register("STATUS_SUCCESS", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.LocaleConfigStatus enum directly instead of this field.", true)]
public const Android.App.LocaleConfigStatus StatusSuccess = 0;
[<Android.Runtime.Register("STATUS_SUCCESS", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.LocaleConfigStatus enum directly instead of this field.", true)>]
val mutable StatusSuccess : Android.App.LocaleConfigStatus

フィールド値

Value = 0

実装

属性

注釈

XML ファイルに格納されている LocaleConfig 構造体の読み取りに成功しました。

の Java ドキュメント android.app.LocaleConfig.STATUS_SUCCESS

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

適用対象