CompartmentShape.GetCompartmentMappings 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| GetCompartmentMappings() |
获取从 System.collections.objectmodel.collection 到隔离舱的一组映射 |
| GetCompartmentMappings(Type) |
获取形状映射到的给定 melType 的隔离舱映射集。 |
GetCompartmentMappings()
获取从 System.collections.objectmodel.collection 到隔离舱的一组映射
public:
cli::array <Microsoft::VisualStudio::Modeling::Diagrams::CompartmentMapping ^> ^ GetCompartmentMappings();
public Microsoft.VisualStudio.Modeling.Diagrams.CompartmentMapping[] GetCompartmentMappings ();
member this.GetCompartmentMappings : unit -> Microsoft.VisualStudio.Modeling.Diagrams.CompartmentMapping[]
Public Function GetCompartmentMappings () As CompartmentMapping()
返回
一组映射
适用于
GetCompartmentMappings(Type)
获取形状映射到的给定 melType 的隔离舱映射集。
protected:
virtual cli::array <Microsoft::VisualStudio::Modeling::Diagrams::CompartmentMapping ^> ^ GetCompartmentMappings(Type ^ melType);
protected virtual Microsoft.VisualStudio.Modeling.Diagrams.CompartmentMapping[] GetCompartmentMappings (Type melType);
abstract member GetCompartmentMappings : Type -> Microsoft.VisualStudio.Modeling.Diagrams.CompartmentMapping[]
override this.GetCompartmentMappings : Type -> Microsoft.VisualStudio.Modeling.Diagrams.CompartmentMapping[]
Protected Overridable Function GetCompartmentMappings (melType As Type) As CompartmentMapping()
参数
- melType
- Type