Compartir a través de


DomainModel.GetGeneratedDomainModelTypes Method

Gets the generated domain model types.

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

Syntax

Protected Overridable Function GetGeneratedDomainModelTypes As Type()

Dim returnValue As Type()

returnValue = Me.GetGeneratedDomainModelTypes()
protected virtual Type[] GetGeneratedDomainModelTypes()
protected:
virtual array<Type^>^ GetGeneratedDomainModelTypes()
protected function GetGeneratedDomainModelTypes() : Type[]

Return Value

Type: array<System.Type[]

An array of types.

Remarks

The generated domain model types include classes, rules, and relationships.

Permissions

See Also

Concepts

Domain Model in the Generated API

Reference

DomainModel Class

DomainModel Members

Microsoft.VisualStudio.Modeling Namespace