DisplayManager.TryAcquireTargetsAndCreateEmptyState 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 an empty modifiable DisplayState object, which supports connecting paths to these targets.
public:
virtual DisplayManagerResultWithState ^ TryAcquireTargetsAndCreateEmptyState(IIterable<DisplayTarget ^> ^ targets) = TryAcquireTargetsAndCreateEmptyState;
DisplayManagerResultWithState TryAcquireTargetsAndCreateEmptyState(IIterable<DisplayTarget> const& targets);
public DisplayManagerResultWithState TryAcquireTargetsAndCreateEmptyState(IEnumerable<DisplayTarget> targets);
function tryAcquireTargetsAndCreateEmptyState(targets)
Public Function TryAcquireTargetsAndCreateEmptyState (targets As IEnumerable(Of DisplayTarget)) As DisplayManagerResultWithState
Parameters
- targets
A collection of DisplayTarget objects whose ownership will be attempted to be acquired.
Returns
A DisplayManagerResultWithState value.