Udostępnij za pośrednictwem


Właściwość IInterface.OwnedAttributes —

Pobiera wszystkie właściwości, które są własnością interfejsu.

Przestrzeń nazw:  Microsoft.VisualStudio.Uml.Classes
Zestaw:  Microsoft.VisualStudio.Uml.Interfaces (w Microsoft.VisualStudio.Uml.Interfaces.dll)

Składnia

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

Wartość właściwości

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

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IInterface Interfejs

Przestrzeń nazw Microsoft.VisualStudio.Uml.Classes