ModelTreeManager.GetModelItem(Object, Boolean) Método
Definição
Retorna o item de modelo para o gerenciador.Returns the model item for the manager.
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.The instance.
- shouldExpandModelTree
- Boolean
true se o gerente precisar expandir a árvore de modelo; caso contrário, false.true if the manager should expand the model tree; otherwise, false.
Retornos
O item de modelo para o gerenciador.The model item for the manager.