ConnectorMapHasDecoratorMaps.GetLinks(ConnectorMap, DecoratorMap) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Alle connectormaphasdecoratormaps-Links zwischen einer bestimmten connectormap und einer decoratormap werden abgerufen.
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)
Parameter
- source
- ConnectorMap
- target
- DecoratorMap
Gibt zurück
- Attribute