ElementTypeDescriptor::GetDomainClassInfo Method (ModelElement^)

 

Return the domain class info for the type of element being described.

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

protected:
DomainClassInfo^ GetDomainClassInfo(
	ModelElement^ instance
)

Parameters

Handles both instance- and type-based cases. If the supplied element is null, the domain class info will be looked up in the static store instead.

Return to top
Show: