ElementGroup.ElementLinks Property

Definition

Get the set of element links contained by this group. THis does not include the element links contained by child subgroups.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::ElementLink ^> ^ ElementLinks { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::ElementLink ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.ElementLink> ElementLinks { get; }
member this.ElementLinks : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.ElementLink>
Public ReadOnly Property ElementLinks As ReadOnlyCollection(Of ElementLink)

Property Value

Applies to