ElementGroup.ElementLinks Property

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

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public ReadOnly Property ElementLinks As ReadOnlyCollection(Of ElementLink)
public ReadOnlyCollection<ElementLink> ElementLinks { get; }
public:
property ReadOnlyCollection<ElementLink^>^ ElementLinks {
    ReadOnlyCollection<ElementLink^>^ get ();
}
member ElementLinks : ReadOnlyCollection<ElementLink> with get
function get ElementLinks () : ReadOnlyCollection<ElementLink>

Property Value

Type: ReadOnlyCollection<ElementLink>

.NET Framework Security

See Also

Reference

ElementGroup Class

Microsoft.VisualStudio.Modeling Namespace