Share via


CompartmentShape.FindCompartments(Type) Method

Definition

Returns the compartment which is mapped out by the passed in listKey (i.e. MetaRelationship type)

public:
 virtual System::Collections::Generic::List<Microsoft::VisualStudio::Modeling::Diagrams::Compartment ^> ^ FindCompartments(Type ^ listKey);
public virtual System.Collections.Generic.List<Microsoft.VisualStudio.Modeling.Diagrams.Compartment> FindCompartments (Type listKey);
abstract member FindCompartments : Type -> System.Collections.Generic.List<Microsoft.VisualStudio.Modeling.Diagrams.Compartment>
override this.FindCompartments : Type -> System.Collections.Generic.List<Microsoft.VisualStudio.Modeling.Diagrams.Compartment>
Public Overridable Function FindCompartments (listKey As Type) As List(Of Compartment)

Parameters

listKey
Type

Key to identify the compartment.

Returns

Applies to