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
- 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.