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