DiagramElementHasDecorators.GetLinks(DiagramElement, Decorator) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get any DiagramElementHasDecorators links between a given DiagramElement and a Decorator.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DiagramElementHasDecorators ^> ^ GetLinks(Microsoft::VisualStudio::Modeling::DslDefinition::DiagramElement ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::Decorator ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementHasDecorators> GetLinks (Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElement source, Microsoft.VisualStudio.Modeling.DslDefinition.Decorator target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinks : Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElement * Microsoft.VisualStudio.Modeling.DslDefinition.Decorator -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementHasDecorators>
Public Shared Function GetLinks (source As DiagramElement, target As Decorator) As ReadOnlyCollection(Of DiagramElementHasDecorators)
Parameters
- source
- DiagramElement
- target
- Decorator
Returns
- Attributes