DomainModel.GetCustomDomainModelTypes Method
Gets the non-generated domain model types.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Protected Overridable Function GetCustomDomainModelTypes As Type()
protected virtual Type[] GetCustomDomainModelTypes()
protected:
virtual array<Type^>^ GetCustomDomainModelTypes()
abstract GetCustomDomainModelTypes : unit -> Type[]
override GetCustomDomainModelTypes : unit -> Type[]
protected function GetCustomDomainModelTypes() : Type[]
Return Value
Type: array<Type[]
An array of types.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Modeling Namespace