次の方法で共有


DisplayInformation.CreateForDisplayId(DisplayId) メソッド

定義

指定した 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 オブジェクト。

適用対象