IAssociation.OwnedEnds-Eigenschaft
Ruft die Eigenschaften ab, die im Besitz der Zuordnung selbst sind.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
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>
Eigenschaftswert
Typ: System.Collections.Generic.IEnumerable<IProperty>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.