ModelElement::GetDomainClass Method ()

 

Gets the most-derived domain class for this element.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
DomainClassInfo^ GetDomainClass()

Return Value

Type: Microsoft.VisualStudio.Modeling::DomainClassInfo^

A DomainClassInfo with information about the domain class.

The class returned contains information about the most-derived domain class for this element.

Return to top
Show: