Sdílet prostřednictvím


IAssociation.OwnedEnds – vlastnost

Získá vlastnosti, které jsou majetkem sdružení sám.

Obor názvů:  Microsoft.VisualStudio.Uml.Classes
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IAssociation Rozhraní

Microsoft.VisualStudio.Uml.Classes – obor názvů