Sdílet prostřednictvím


IClass.OwnedAttributes – vlastnost

Získá seznam atributů (Vlastnosti), které jsou definovány v této třídě.

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

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IClass Rozhraní

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