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 di .

shouldExpandModelTree
Boolean

true se il gestore deve espandere l'albero del modello; in caso contrario, false.

Valori restituiti

Elemento del modello per il gestore.

Si applica a