DomainClassInfo.FindEmbeddingElementLink(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.
Finds embedding link for this element.
public:
static Microsoft::VisualStudio::Modeling::ElementLink ^ FindEmbeddingElementLink(Microsoft::VisualStudio::Modeling::ModelElement ^ element);
public static Microsoft.VisualStudio.Modeling.ElementLink FindEmbeddingElementLink (Microsoft.VisualStudio.Modeling.ModelElement element);
static member FindEmbeddingElementLink : Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.ElementLink
Public Shared Function FindEmbeddingElementLink (element As ModelElement) As ElementLink
Parameters
- element
- ModelElement
Returns
Element link embedding this element or null if none found.