Propriedade IAssociation.NavigableOwnedEnds

Obtém a propriedade termina que são navegável.

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

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IAssociation Interface

Namespace Microsoft.VisualStudio.Uml.Classes