Share via


DiagramRepresentsClass.GetLinksToDiagrams(DomainClass) Method

Definition

Get the list of DiagramRepresentsClass links to a DomainClass.

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

Parameters

classInstance
DomainClass

Returns

Attributes

Applies to