DiagramElementMapHasDecoratorMaps.GetLinksToDecoratorMaps 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 DiagramElementMapHasDecoratorMaps links to a DiagramElementMap.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DiagramElementMapHasDecoratorMaps ^> ^ GetLinksToDecoratorMaps(Microsoft::VisualStudio::Modeling::DslDefinition::DiagramElementMap ^ diagramElementMapInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMapHasDecoratorMaps> GetLinksToDecoratorMaps (Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMap diagramElementMapInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToDecoratorMaps : Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMap -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMapHasDecoratorMaps>
Public Shared Function GetLinksToDecoratorMaps (diagramElementMapInstance As DiagramElementMap) As ReadOnlyCollection(Of DiagramElementMapHasDecoratorMaps)
Parameters
- diagramElementMapInstance
- DiagramElementMap
Returns
- Attributes