ElementGroup.ElementLinks Property
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public ReadOnly Property ElementLinks As ReadOnlyCollection(Of ElementLink)
'Usage
Dim instance As ElementGroup
Dim value As ReadOnlyCollection(Of ElementLink)
value = instance.ElementLinks
public ReadOnlyCollection<ElementLink> ElementLinks { get; }
public:
property ReadOnlyCollection<ElementLink^>^ ElementLinks {
ReadOnlyCollection<ElementLink^>^ get ();
}
public function get ElementLinks () : ReadOnlyCollection<ElementLink>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ElementLink>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.