ModelItemExtensions.GetModelPath(ModelItem) Method

Definition

Retrieves the path of the specified model item.

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

Parameters

modelItem
ModelItem

The model item.

Returns

The path of the specified model item.

Applies to