CoreDesignSurfaceDomainModel.GetCustomDomainModelTypes Method
This member overrides DomainModel.GetCustomDomainModelTypes().
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'Declaration
Protected Overrides NotOverridable Function GetCustomDomainModelTypes As Type()
'Usage
Dim returnValue As Type()
returnValue = Me.GetCustomDomainModelTypes()
protected override sealed Type[] GetCustomDomainModelTypes()
protected:
virtual array<Type^>^ GetCustomDomainModelTypes() override sealed
protected override final function GetCustomDomainModelTypes() : Type[]
Return Value
Type: array<System.Type[]
.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
CoreDesignSurfaceDomainModel Class