다음을 통해 공유


ModelTreeManager.GetModelItem(Object, Boolean) 메서드

정의

관리자의 모델 항목을 반환합니다.

public:
 System::Activities::Presentation::Model::ModelItem ^ GetModelItem(System::Object ^ instance, bool shouldExpandModelTree);
public System.Activities.Presentation.Model.ModelItem GetModelItem (object instance, bool shouldExpandModelTree);
member this.GetModelItem : obj * bool -> System.Activities.Presentation.Model.ModelItem
Public Function GetModelItem (instance As Object, shouldExpandModelTree As Boolean) As ModelItem

매개 변수

instance
Object

인스턴스입니다.

shouldExpandModelTree
Boolean

관리자가 모델 트리를 확장해야 하는 경우 true이고, 그렇지 않으면 false입니다.

반환

관리자의 모델 항목입니다.

적용 대상