ModelTreeManager.GetModelItem(Object, Boolean) Método

Definição

Devolve o modelo ao gerente.

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

A instância.

shouldExpandModelTree
Boolean

true se o gestor deve expandir a árvore de modelos; caso contrário, false.

Devoluções

O item modelo para o gerente.

Aplica-se a