CompartmentShape.AssociateCompartment(Compartment, Type) Método

Definição

Associe um compartimento a este compartmentShape e adicione-o à sua lista de formas filho aninhadas.

public:
 virtual void AssociateCompartment(Microsoft::VisualStudio::Modeling::Diagrams::Compartment ^ compartment, Type ^ listKey);
public virtual void AssociateCompartment (Microsoft.VisualStudio.Modeling.Diagrams.Compartment compartment, Type listKey);
abstract member AssociateCompartment : Microsoft.VisualStudio.Modeling.Diagrams.Compartment * Type -> unit
override this.AssociateCompartment : Microsoft.VisualStudio.Modeling.Diagrams.Compartment * Type -> unit
Public Overridable Sub AssociateCompartment (compartment As Compartment, listKey As Type)

Parâmetros

compartment
Compartment

Compartimento a ser associado.

listKey
Type

Chave usada para pesquisar o compartimento.

Aplica-se a