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