CompartmentShape.FindCompartments(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回由传入的 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
用于标识隔离舱的键。