ConnectorMapHasDecoratorMaps.GetLinks(ConnectorMap, DecoratorMap) 方法

定义

获取给定 ConnectorMap 和 DecoratorMap 之间的任何 ConnectorMapHasDecoratorMaps 链接。

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::ConnectorMapHasDecoratorMaps ^> ^ GetLinks(Microsoft::VisualStudio::Modeling::DslDefinition::ConnectorMap ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::DecoratorMap ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMapHasDecoratorMaps> GetLinks (Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMap source, Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMap target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinks : Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMap * Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMap -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorMapHasDecoratorMaps>
Public Shared Function GetLinks (source As ConnectorMap, target As DecoratorMap) As ReadOnlyCollection(Of ConnectorMapHasDecoratorMaps)

参数

source
ConnectorMap
target
DecoratorMap

返回

ReadOnlyCollection<ConnectorMapHasDecoratorMaps>
属性

适用于