DslLibraryBase.Relationships Property

Definition

Gets a list of Relationships. Domain relationships defined by the DSL library.

public:
 property Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DomainRelationship ^> ^ Relationships { Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DomainRelationship ^> ^ get(); };
public Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DomainRelationship> Relationships { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Relationships : Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DomainRelationship>
Public ReadOnly Property Relationships As LinkedElementCollection(Of DomainRelationship)

Property Value

Attributes

Applies to