Proprietà IAssociation.NavigableOwnedEnds
Ottiene le estremità di proprietà che sono navigabili.
Spazio dei nomi: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Sintassi
'Dichiarazione
ReadOnly Property NavigableOwnedEnds As IEnumerable(Of IProperty)
Get
IEnumerable<IProperty> NavigableOwnedEnds { get; }
property IEnumerable<IProperty^>^ NavigableOwnedEnds {
IEnumerable<IProperty^>^ get ();
}
abstract NavigableOwnedEnds : IEnumerable<IProperty>
function get NavigableOwnedEnds () : 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.