Partilhar via


ModelTreeManager.GetModelItem(Object, Boolean) Método

Definição

Retorna o item de modelo para o gerenciador.

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 gerente precisar expandir a árvore de modelo; caso contrário, false.

Retornos

ModelItem

O item de modelo para o gerenciador.

Aplica-se a