Share via


DslLibraryDefinesElements.DiagramElement Property

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.DslLibraryDefinesElements/DiagramElement.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "DslLibrary",  _
    PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryDefinesElements/DiagramElement.PropertyDisplayName",  _
    PropagatesDelete := True, Multiplicity := Multiplicity.One)> _
<DomainObjectIdAttribute("1d2692e5-6b6b-4923-8413-c39e18fe708f")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryDefinesElements/DiagramElement.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public MustOverride Property DiagramElement As DiagramElement
'Usage
Dim instance As DslLibraryDefinesElements 
Dim value As DiagramElement 

value = instance.DiagramElement

instance.DiagramElement = value
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryDefinesElements/DiagramElement.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "DslLibrary", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryDefinesElements/DiagramElement.PropertyDisplayName", 
    PropagatesDelete = true, Multiplicity = Multiplicity.One)]
[DomainObjectIdAttribute("1d2692e5-6b6b-4923-8413-c39e18fe708f")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryDefinesElements/DiagramElement.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public abstract DiagramElement DiagramElement { get; set; }
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryDefinesElements/DiagramElement.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"DslLibrary", 
    PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryDefinesElements/DiagramElement.PropertyDisplayName", 
    PropagatesDelete = true, Multiplicity = Multiplicity::One)]
[DomainObjectIdAttribute(L"1d2692e5-6b6b-4923-8413-c39e18fe708f")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryDefinesElements/DiagramElement.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
virtual property DiagramElement^ DiagramElement {
    DiagramElement^ get () abstract;
    void set (DiagramElement^ value) abstract;
}
public abstract function get DiagramElement () : DiagramElement 
public abstract function set DiagramElement (value : DiagramElement)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElement

.NET Framework Security

See Also

Reference

DslLibraryDefinesElements Class

DslLibraryDefinesElements Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace