Compartir a través de


IAssociation.NavigableOwnedEnds (Propiedad)

Obtiene los extremos con propietario que son navegables.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Classes
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
ReadOnly Property NavigableOwnedEnds As IEnumerable(Of IProperty)
IEnumerable<IProperty> NavigableOwnedEnds { get; }
property IEnumerable<IProperty^>^ NavigableOwnedEnds {
    IEnumerable<IProperty^>^ get ();
}
abstract NavigableOwnedEnds : IEnumerable<IProperty>
function get NavigableOwnedEnds () : IEnumerable<IProperty>

Valor de propiedad

Tipo: System.Collections.Generic.IEnumerable<IProperty>

Seguridad de .NET Framework

Vea también

Referencia

IAssociation Interfaz

Microsoft.VisualStudio.Uml.Classes (Espacio de nombres)