Share via


ModelTreeManager.GetModelItem(Object, Boolean) Metodo

Definizione

Restituisce l'elemento del modello per il gestore.

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

Parametri

instance
Object

Istanza.

shouldExpandModelTree
Boolean

true se l'amministratore deve espandere l'albero dei modelli; in caso contrario, false.

Restituisce

Elemento del modello per il gestore.

Si applica a