CoreDomainModel Class
Represents the domain model that defines the basic elements used by all domain models.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
<DomainObjectIdAttribute("968f9fb9-6074-49e3-8ec2-1e1ce7143e71")> _
Public NotInheritable Class CoreDomainModel _
Inherits DomainModel
'Usage
Dim instance As CoreDomainModel
[DomainObjectIdAttribute("968f9fb9-6074-49e3-8ec2-1e1ce7143e71")]
public sealed class CoreDomainModel : DomainModel
[DomainObjectIdAttribute(L"968f9fb9-6074-49e3-8ec2-1e1ce7143e71")]
public ref class CoreDomainModel sealed : public DomainModel
public final class CoreDomainModel extends DomainModel
Remarks
This core domain model is used by all domain models, and provides definitions for elements such as ModelElement and ElementLink.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.DomainModel
Microsoft.VisualStudio.Modeling.CoreDomainModel
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.