Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 997 Bytes

displaymanager_tryacquiretargetsandcreateemptystate_1441770134.md

File metadata and controls

27 lines (19 loc) · 997 Bytes
-api-id -api-type ms.custom
M:Windows.Devices.Display.Core.DisplayManager.TryAcquireTargetsAndCreateEmptyState(Windows.Foundation.Collections.IIterable{Windows.Devices.Display.Core.DisplayTarget})
winrt method
RS5

Windows.Devices.Display.Core.DisplayManager.TryAcquireTargetsAndCreateEmptyState

-description

Attempts to acquire exclusive ownership of a collection of DisplayTarget objects, and creates an empty modifiable DisplayState object, which supports connecting paths to these targets.

-parameters

-param targets

A collection of DisplayTarget objects whose ownership will be attempted to be acquired.

-returns

A DisplayManagerResultWithState value.

-remarks

-see-also

-examples