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