ElementLink::LinkedElements Property
Visual Studio 2015
Gets a read-only collection of elements connected by this element link.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public: property ReadOnlyCollection<ModelElement^>^ LinkedElements { ReadOnlyCollection<ModelElement^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ModelElement^>^A read-only collection of ModelElement objects connected by this element link.
Show: