DisplayState.GetPathForTarget(DisplayTarget) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索表示指定目标的 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 对象。