DisplayInformation.CreateForDisplayId(DisplayId) Method

Definition

Creates a new DisplayInformation object for the specified DisplayId.

Note

You must call this method from a thread that has a Microsoft.UI.Dispatching.DispatcherQueue already running.

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

Parameters

displayId
DisplayId

The display monitor identifier for which to create a DisplayInformation.

Returns

The new DisplayInformation object.

Applies to