CompartmentShape.FindCompartments(Type) 方法

定义

返回由传入的 listKey 中传递的隔离舱 (即 MetaRelationship 类型)

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)

参数

listKey
Type

用于标识隔离舱的键。

返回

List<Compartment>

适用于