CompartmentShapeMapHasCompartmentMaps.GetLinksToCompartmentMaps 方法

定义

获取 CompartmentShapeMap 的 CompartmentShapeMapHasCompartmentMaps 链接的列表。

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::CompartmentShapeMapHasCompartmentMaps ^> ^ GetLinksToCompartmentMaps(Microsoft::VisualStudio::Modeling::DslDefinition::CompartmentShapeMap ^ shapeMapInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMapHasCompartmentMaps> GetLinksToCompartmentMaps (Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMap shapeMapInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToCompartmentMaps : Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMap -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMapHasCompartmentMaps>
Public Shared Function GetLinksToCompartmentMaps (shapeMapInstance As CompartmentShapeMap) As ReadOnlyCollection(Of CompartmentShapeMapHasCompartmentMaps)

参数

shapeMapInstance
CompartmentShapeMap

返回

ReadOnlyCollection<CompartmentShapeMapHasCompartmentMaps>
属性

适用于