Freigeben über


ModelTreeManager.GetModelItem(Object, Boolean) Methode

Definition

Gibt das Modellelement für den Manager zurück.

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

Parameter

instance
Object

Die Instanz.

shouldExpandModelTree
Boolean

true, wenn der Manager die Struktur des Modells erweitern soll; andernfalls false.

Gibt zurück

ModelItem

Das Modellelement für den Manager.

Gilt für