ElementLink::LinkedElements Property

 

Gets a read-only collection of elements connected by this element link.

Namespace:   Microsoft.VisualStudio.Modeling
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.

Return to top
Show: