CompartmentShape::FindCompartments Method (Type^)

 

Searches for compartments.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual List<Compartment^>^ FindCompartments(
	Type^ listKey
)

Parameters

listKey
Type: System::Type^

The key that is assigned to the compartments.

Return Value

Type: System.Collections.Generic::List<Compartment^>^

The compartments; otherwise, null if no compartments are found.

Return to top
Show: