DomainElement Class
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
<DomainObjectIdAttribute("a6d03d16-b388-4763-bd0b-c583085ef6c1")> _
<CLSCompliantAttribute(True)> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DomainElement.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DomainElement.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public MustInherit Class DomainElement _
Inherits ModelElement
'Usage
Dim instance As DomainElement
[DomainObjectIdAttribute("a6d03d16-b388-4763-bd0b-c583085ef6c1")]
[CLSCompliantAttribute(true)]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DomainElement.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DomainElement.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public abstract class DomainElement : ModelElement
[DomainObjectIdAttribute(L"a6d03d16-b388-4763-bd0b-c583085ef6c1")]
[CLSCompliantAttribute(true)]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DomainElement.Description",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DomainElement.DisplayName",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public ref class DomainElement abstract : public ModelElement
public abstract class DomainElement extends ModelElement
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.ModelElement
Microsoft.VisualStudio.Modeling.DslDefinition.DomainElement
Microsoft.VisualStudio.Modeling.DslDefinition.AttributedDomainElement
Microsoft.VisualStudio.Modeling.DslDefinition.AttributeParameter
Microsoft.VisualStudio.Modeling.DslDefinition.ClrAttribute
Microsoft.VisualStudio.Modeling.DslDefinition.Compartment
Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMap
Microsoft.VisualStudio.Modeling.DslDefinition.ConnectionBuilder
Microsoft.VisualStudio.Modeling.DslDefinition.Decorator
Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMap
Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementMap
Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath
Microsoft.VisualStudio.Modeling.DslDefinition.DomainType
Microsoft.VisualStudio.Modeling.DslDefinition.DomainTypeDescriptor
Microsoft.VisualStudio.Modeling.DslDefinition.Editor
Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective
Microsoft.VisualStudio.Modeling.DslDefinition.Explorer
Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerBehavior
Microsoft.VisualStudio.Modeling.DslDefinition.ExplorerNodeSettings
Microsoft.VisualStudio.Modeling.DslDefinition.LinkConnectDirective
Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment
Microsoft.VisualStudio.Modeling.DslDefinition.PropertyFilter
Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath
Microsoft.VisualStudio.Modeling.DslDefinition.RolePlayerConnectDirective
Microsoft.VisualStudio.Modeling.DslDefinition.Tool
Microsoft.VisualStudio.Modeling.DslDefinition.ToolboxTab
Microsoft.VisualStudio.Modeling.DslDefinition.Validation
Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassData
Microsoft.VisualStudio.Modeling.DslDefinition.XmlElementData
Microsoft.VisualStudio.Modeling.DslDefinition.XmlSerializationBehavior
Microsoft.VisualStudio.Modeling.DslDefinition.XmlSerializationDefinition
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.