Partilhar via


Propriedade IAssociation.OwnedEnds

Obtém as propriedades que pertencem a associação propriamente dito.

Namespace:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
ReadOnly Property OwnedEnds As IEnumerable(Of IProperty)
IEnumerable<IProperty> OwnedEnds { get; }
property IEnumerable<IProperty^>^ OwnedEnds {
    IEnumerable<IProperty^>^ get ();
}
abstract OwnedEnds : IEnumerable<IProperty> with get
function get OwnedEnds () : IEnumerable<IProperty>

Valor de propriedade

Tipo: IEnumerable<IProperty>

Segurança do .NET Framework

Consulte também

Referência

IAssociation Interface

Namespace Microsoft.VisualStudio.Uml.Classes