Condividi tramite


Proprietà IAssociation.OwnedEnds

Ottiene le proprietà appartenenti all'associazione stessa.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
ReadOnly Property OwnedEnds As IEnumerable(Of IProperty)
    Get
IEnumerable<IProperty> OwnedEnds { get; }
property IEnumerable<IProperty^>^ OwnedEnds {
    IEnumerable<IProperty^>^ get ();
}
abstract OwnedEnds : IEnumerable<IProperty>
function get OwnedEnds () : IEnumerable<IProperty>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IAssociation Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Classes