ExtensionExtendsElement.GetLink(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 the one ExtensionExtendsElement link between a given ExtensionElementand a ModelElement.
public:
static Microsoft::VisualStudio::Modeling::ExtensionExtendsElement ^ GetLink(Microsoft::VisualStudio::Modeling::ExtensionElement ^ source, Microsoft::VisualStudio::Modeling::ModelElement ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.ExtensionExtendsElement GetLink (Microsoft.VisualStudio.Modeling.ExtensionElement source, Microsoft.VisualStudio.Modeling.ModelElement target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLink : Microsoft.VisualStudio.Modeling.ExtensionElement * Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.ExtensionExtendsElement
Public Shared Function GetLink (source As ExtensionElement, target As ModelElement) As ExtensionExtendsElement
Parameters
- source
- ExtensionElement
- target
- ModelElement
Returns
- Attributes