Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaración
Public ReadOnly Property ElementLinks As ReadOnlyCollection(Of ElementLink)
Get
public ReadOnlyCollection<ElementLink> ElementLinks { get; }
public:
property ReadOnlyCollection<ElementLink^>^ ElementLinks {
ReadOnlyCollection<ElementLink^>^ get ();
}
member ElementLinks : ReadOnlyCollection<ElementLink>
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.