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.
Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ClassHasBaseClass.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("f66276b2-b10a-464f-9fe9-baaa9c657a4d")> _
<ValidationStateAttribute(ValidationState.Enabled)> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ClassHasBaseClass.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<CLSCompliantAttribute(True)> _
<DomainRelationshipAttribute> _
Public Class ClassHasBaseClass _
    Inherits ElementLink
'Usage
Dim instance As ClassHasBaseClass
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ClassHasBaseClass.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("f66276b2-b10a-464f-9fe9-baaa9c657a4d")]
[ValidationStateAttribute(ValidationState.Enabled)]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ClassHasBaseClass.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[CLSCompliantAttribute(true)]
[DomainRelationshipAttribute]
public class ClassHasBaseClass : ElementLink
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ClassHasBaseClass.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute(L"f66276b2-b10a-464f-9fe9-baaa9c657a4d")]
[ValidationStateAttribute(ValidationState::Enabled)]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ClassHasBaseClass.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[CLSCompliantAttribute(true)]
[DomainRelationshipAttribute]
public ref class ClassHasBaseClass : public ElementLink
public class ClassHasBaseClass extends ElementLink
Inheritance Hierarchy
System.Object
  Microsoft.VisualStudio.Modeling.ModelElement
    Microsoft.VisualStudio.Modeling.ElementLink
      Microsoft.VisualStudio.Modeling.DslDefinition.ClassHasBaseClass
        Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeHasBaseCompartmentShape
        Microsoft.VisualStudio.Modeling.DslDefinition.ConnectorHasBaseConnector
        Microsoft.VisualStudio.Modeling.DslDefinition.DiagramHasBaseDiagram
        Microsoft.VisualStudio.Modeling.DslDefinition.GeometryShapeHasBaseGeometryShape
        Microsoft.VisualStudio.Modeling.DslDefinition.ImageShapeHasBaseImageShape
        Microsoft.VisualStudio.Modeling.DslDefinition.RelationshipHasBaseRelationship
        Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasBaseSwimLane
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.