CompartmentShape.GetCompartmentMappings 方法

定义

重载

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()

返回

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

返回

CompartmentMapping[]

适用于