Compartir vía


ModelTreeManager.GetModelItem(Object, Boolean) Método

Definición

Devuelve el elemento de modelo para el administrador.

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

Parámetros

instance
Object

La instancia.

shouldExpandModelTree
Boolean

true si el administrador debe expandir el árbol modelo; si no, false.

Devoluciones

Elemento de modelo para el administrador.

Se aplica a