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

模型项。

返回

指定模型项的路径。

适用于