DisplayInformation.CreateForDisplayId(DisplayId) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した DisplayId の新しい DisplayInformation オブジェクトを作成 します。
注意
このメソッドは、 Microsoft.UI.Dispatching.DispatcherQueue が既に実行されているスレッドから呼び出す必要があります。
public:
static DisplayInformation ^ CreateForDisplayId(DisplayId displayId);
static DisplayInformation CreateForDisplayId(DisplayId const& displayId);
public static DisplayInformation CreateForDisplayId(DisplayId displayId);
function createForDisplayId(displayId)
Public Shared Function CreateForDisplayId (displayId As DisplayId) As DisplayInformation
パラメーター
- displayId
- DisplayId
DisplayInformation を作成するディスプレイ モニター識別子。
戻り値
新しい DisplayInformation オブジェクト。