Freigeben über


ModelItemExtensions.GetModelItemFromPath(String, ModelItem) Methode

Definition

Ruft ein Modellelement aus dem angegebenen Pfad und Stamm ab.

public:
 static System::Activities::Presentation::Model::ModelItem ^ GetModelItemFromPath(System::String ^ path, System::Activities::Presentation::Model::ModelItem ^ root);
public static System.Activities.Presentation.Model.ModelItem GetModelItemFromPath (string path, System.Activities.Presentation.Model.ModelItem root);
static member GetModelItemFromPath : string * System.Activities.Presentation.Model.ModelItem -> System.Activities.Presentation.Model.ModelItem
Public Function GetModelItemFromPath (path As String, root As ModelItem) As ModelItem

Parameter

path
String

Der Pfad.

root
ModelItem

Der Stamm.

Gibt zurück

Ein Modellelement aus dem angegebenen Pfad und Stamm.

Gilt für: