Share via


ShapeMapReferencesClass.GetLinksToShapeMaps(DomainClass) Method

Definition

Get the list of ShapeMapReferencesClass links to a DomainClass.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::ShapeMapReferencesClass ^> ^ GetLinksToShapeMaps(Microsoft::VisualStudio::Modeling::DslDefinition::DomainClass ^ classInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapReferencesClass> GetLinksToShapeMaps (Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass classInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToShapeMaps : Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapReferencesClass>
Public Shared Function GetLinksToShapeMaps (classInstance As DomainClass) As ReadOnlyCollection(Of ShapeMapReferencesClass)

Parameters

classInstance
DomainClass

Returns

Attributes

Applies to