次の方法で共有


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 オブジェクト。

適用対象