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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.