ModelItemExtensions.GetModelPath(ModelItem) メソッド

定義

指定したモデル アイテムのパスを取得します。

public:
[System::Runtime::CompilerServices::Extension]
 static System::String ^ GetModelPath(System::Activities::Presentation::Model::ModelItem ^ modelItem);
public static string GetModelPath (this System.Activities.Presentation.Model.ModelItem modelItem);
static member GetModelPath : System.Activities.Presentation.Model.ModelItem -> string
<Extension()>
Public Function GetModelPath (modelItem As ModelItem) As String

パラメーター

modelItem
ModelItem

モデル アイテム。

戻り値

指定したモデル アイテムのパス。

適用対象