CodeGenerationUtilities.IsElementLinkDomainClass(DomainClass) 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 whether the supplied domain class represents "ElementLink".
public:
static bool IsElementLinkDomainClass(Microsoft::VisualStudio::Modeling::DslDefinition::DomainClass ^ domainClass);
public static bool IsElementLinkDomainClass (Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass domainClass);
static member IsElementLinkDomainClass : Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass -> bool
Public Shared Function IsElementLinkDomainClass (domainClass As DomainClass) As Boolean
Parameters
- domainClass
- DomainClass
Domain class to check