Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DisplayManager.TryAcquireTargetsAndReadCurrentState Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?