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

truewenn der Vorgesetzte die Modellstruktur erweitern soll; andernfalls . false

Gibt zurück

Das Modellelement für den Vorgesetzten.

Gilt für: