Udostępnij przez


ModelTreeManager.GetModelItem(Object, Boolean) Metoda

Definicja

Zwraca element modelu dla menedżera.

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

Parametry

instance
Object

Wystąpienie.

shouldExpandModelTree
Boolean

true jeśli menedżer powinien rozwinąć drzewo modelu; w przeciwnym razie false .

Zwraca

ModelItem

Element modelu menedżera.

Dotyczy