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 对象。

适用于