This member overrides DomainModel.GetCustomDomainModelTypes().
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Protected Overrides NotOverridable Function GetCustomDomainModelTypes As Type()
'使用
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: []
Permissions
- 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