Compartir a través de


IAssociation.OwnedEnds (Propiedad)

Obtiene las propiedades que pertenecen a la asociación en sí.

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

Sintaxis

'Declaración
ReadOnly Property OwnedEnds As IEnumerable(Of IProperty)
IEnumerable<IProperty> OwnedEnds { get; }
property IEnumerable<IProperty^>^ OwnedEnds {
    IEnumerable<IProperty^>^ get ();
}
abstract OwnedEnds : IEnumerable<IProperty>
function get OwnedEnds () : 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)