ExtensionExtendsElement.GetLinks(ExtensionElement, ModelElement) 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 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
- source
- ExtensionElement
- target
- ModelElement
Returns
- Attributes