다음을 통해 공유


ModelItemExtensions.GetModelItemFromPath(String, ModelItem) 메서드

정의

지정한 경로 및 루트에서 모델 항목을 검색합니다.

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

매개 변수

path
String

경로입니다.

root
ModelItem

루트입니다.

반환

지정한 경로 및 루트의 모델 항목입니다.

적용 대상