DisplayManager.ReleaseTarget(DisplayTarget) Method

Definition

Releases ownership of the specified display target, allowing other components on the system to acquire ownership.

public:
 virtual void ReleaseTarget(DisplayTarget ^ target) = ReleaseTarget;
void ReleaseTarget(DisplayTarget const& target);
public void ReleaseTarget(DisplayTarget target);
function releaseTarget(target)
Public Sub ReleaseTarget (target As DisplayTarget)

Parameters

target
DisplayTarget

The DisplayTarget to release ownership of.

Applies to