共用方式為


ExtensionExtendsElement.GetLinks(ExtensionElement, ModelElement) Method

Definition

Get any ExtensionExtendsElement links between a given ExtensionElement and a ModelElement.

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

Parameters

target
ModelElement

Returns

Attributes

Applies to