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)
IEnumerable<IProperty> OwnedAttributes { get; }
property IEnumerable<IProperty^>^ OwnedAttributes {
    IEnumerable<IProperty^>^ get ();
}
abstract OwnedAttributes : IEnumerable<IProperty> with get
function get OwnedAttributes () : IEnumerable<IProperty>

Hodnota vlastnosti

Typ: IEnumerable<IProperty>

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IClass Rozhraní

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