DisplayState.GetPathForTarget(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.
Retrieves a DisplayPath object representing the specified target.
public:
virtual DisplayPath ^ GetPathForTarget(DisplayTarget ^ target) = GetPathForTarget;
DisplayPath GetPathForTarget(DisplayTarget const& target);
public DisplayPath GetPathForTarget(DisplayTarget target);
function getPathForTarget(target)
Public Function GetPathForTarget (target As DisplayTarget) As DisplayPath
Parameters
- target
- DisplayTarget
A DisplayTarget object.
Returns
A DisplayPath object representing the target.