DisplayState.GetPathForTarget(DisplayTarget) 方法

定义

检索表示指定目标的 DisplayPath 对象。

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

参数

target
DisplayTarget

DisplayTarget 对象。

返回

表示目标的 DisplayPath 对象。

适用于