DisplayInformation.CreateForWindowId(WindowId) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为指定的 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 对象。