DiagramElementHasDecorators.GetLinksToDecorators(DiagramElement) 方法

定义

获取 DiagramElement 的 DiagramElementHasDecorators 链接的列表。

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)

参数

diagramElementInstance
DiagramElement

返回

ReadOnlyCollection<DiagramElementHasDecorators>
属性

适用于