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

모델 항목입니다.

반환

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

적용 대상