DisplayInformation.CreateForWindowId(WindowId) 方法

定义

为指定的 WindowId 创建新的 DisplayInformation 对象。

注意

必须从已运行 Microsoft.UI.Dispatching.DispatcherQueue 的 线程调用此方法。

public:
 static DisplayInformation ^ CreateForWindowId(WindowId windowId);
 static DisplayInformation CreateForWindowId(WindowId const& windowId);
public static DisplayInformation CreateForWindowId(WindowId windowId);
function createForWindowId(windowId)
Public Shared Function CreateForWindowId (windowId As WindowId) As DisplayInformation

参数

windowId
WindowId

要为其创建 DisplayInformation 的顶级窗口标识符。

返回

新的 DisplayInformation 对象。

适用于