CompartmentShape.FindCompartments(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.