Share via


ObjectToolReferencesClass.GetLinks(ElementTool, DomainClass) Method

Definition

Get any ObjectToolReferencesClass links between a given ElementTool and a DomainClass.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::ObjectToolReferencesClass ^> ^ GetLinks(Microsoft::VisualStudio::Modeling::DslDefinition::ElementTool ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::DomainClass ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ObjectToolReferencesClass> GetLinks (Microsoft.VisualStudio.Modeling.DslDefinition.ElementTool source, Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinks : Microsoft.VisualStudio.Modeling.DslDefinition.ElementTool * Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ObjectToolReferencesClass>
Public Shared Function GetLinks (source As ElementTool, target As DomainClass) As ReadOnlyCollection(Of ObjectToolReferencesClass)

Parameters

source
ElementTool
target
DomainClass

Returns

Attributes

Applies to