DisplayManager.TryAcquireTargetsAndReadCurrentState Method

Definition

Attempts to acquire exclusive ownership of a collection of DisplayTarget objects, and creates a modifiable DisplayState populated with the current state of the supplied targets.

public:
 virtual DisplayManagerResultWithState ^ TryAcquireTargetsAndReadCurrentState(IIterable<DisplayTarget ^> ^ targets) = TryAcquireTargetsAndReadCurrentState;
DisplayManagerResultWithState TryAcquireTargetsAndReadCurrentState(IIterable<DisplayTarget> const& targets);
public DisplayManagerResultWithState TryAcquireTargetsAndReadCurrentState(IEnumerable<DisplayTarget> targets);
function tryAcquireTargetsAndReadCurrentState(targets)
Public Function TryAcquireTargetsAndReadCurrentState (targets As IEnumerable(Of DisplayTarget)) As DisplayManagerResultWithState

Parameters

targets

IIterable<DisplayTarget>

IEnumerable<DisplayTarget>

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

Returns

A DisplayManagerResultWithState value.

Applies to