言語

Display.FlagPresentation フィールド

定義

注意事項

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

表示フラグ: ディスプレイがプレゼンテーションディスプレイであることを示します。

[Android.Runtime.Register("FLAG_PRESENTATION")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.DisplayFlags enum directly instead of this field.", true)]
public const Android.Views.DisplayFlags FlagPresentation = 8;
[<Android.Runtime.Register("FLAG_PRESENTATION")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.DisplayFlags enum directly instead of this field.", true)>]
val mutable FlagPresentation : Android.Views.DisplayFlags

フィールド値

Value = 8
属性

注釈

表示フラグ: ディスプレイがプレゼンテーションディスプレイであることを示します。

このフラグは、外部ディスプレイやワイヤレス ディスプレイなどのプレゼンテーション ディスプレイとして使用するのに適したセカンダリ ディスプレイを識別します。 アプリケーションは、コンテンツをプレゼンテーションディスプレイに自動的に投影して、より充実した 2 番目の画面エクスペリエンスを提供できます。

Javaドキュメント。

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

適用対象

こちらもご覧ください