ModelItemExtensions.GetModelPath(ModelItem) Método
Definición
Recupera la ruta de acceso del elemento del modelo especificado.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
Parámetros
- modelItem
- ModelItem
El elemento de modelo.The model item.
Devoluciones
Ruta de acceso del elemento del modelo especificado.The path of the specified model item.