DslDefinitionModelDomainModel.GetGeneratedDomainModelTypes Method
Gets the list of generated domain model types (classes, rules, relationships).
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'宣言
Protected Overrides NotOverridable Function GetGeneratedDomainModelTypes As Type()
protected override sealed Type[] GetGeneratedDomainModelTypes()
protected:
virtual array<Type^>^ GetGeneratedDomainModelTypes() override sealed
abstract GetGeneratedDomainModelTypes : unit -> Type[]
override GetGeneratedDomainModelTypes : unit -> Type[]
protected override final function GetGeneratedDomainModelTypes() : Type[]
Return Value
Type: array<System.Type[]
List 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.