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.
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.