Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the domain model that this domain model extends.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple := True, Inherited := False)> _
Public NotInheritable Class ExtendsDomainModelAttribute _
Inherits Attribute
'Usage
Dim instance As ExtendsDomainModelAttribute
[AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public sealed class ExtendsDomainModelAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Class, AllowMultiple = true, Inherited = false)]
public ref class ExtendsDomainModelAttribute sealed : public Attribute
public final class ExtendsDomainModelAttribute extends Attribute
Remarks
The target of this attribute extends the specified domain model.
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.VisualStudio.Modeling.ExtendsDomainModelAttribute
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.