Compartir a través de


DomainModel.GetCustomDomainModelTypes Method

Gets the non-generated domain model types.

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

Syntax

Protected Overridable Function GetCustomDomainModelTypes As Type()

Dim returnValue As Type()

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

Return Value

Type: array<System.Type[]

An array of types.

Permissions

See Also

Concepts

How to: Create Custom Rules

Reference

DomainModel Class

DomainModel Members

Microsoft.VisualStudio.Modeling Namespace