DisplayManager.ReleaseTarget(DisplayTarget) 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.
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.