CodeGenerationUtilities.GetModelElementDomainClass(Store) 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.
Returns the DomainClass that represents ModelElement
public:
static Microsoft::VisualStudio::Modeling::DslDefinition::DomainClass ^ GetModelElementDomainClass(Microsoft::VisualStudio::Modeling::Store ^ store);
public static Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass GetModelElementDomainClass (Microsoft.VisualStudio.Modeling.Store store);
static member GetModelElementDomainClass : Microsoft.VisualStudio.Modeling.Store -> Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass
Public Shared Function GetModelElementDomainClass (store As Store) As DomainClass
Parameters
- store
- Store