DiagramElementHasDecorators.GetLinksToDecorators(DiagramElement) 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 the list of DiagramElementHasDecorators links to a DiagramElement.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DiagramElementHasDecorators ^> ^ GetLinksToDecorators(Microsoft::VisualStudio::Modeling::DslDefinition::DiagramElement ^ diagramElementInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementHasDecorators> GetLinksToDecorators (Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElement diagramElementInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToDecorators : Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElement -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementHasDecorators>
Public Shared Function GetLinksToDecorators (diagramElementInstance As DiagramElement) As ReadOnlyCollection(Of DiagramElementHasDecorators)
Parameters
- diagramElementInstance
- DiagramElement
Returns
- Attributes