Condividi tramite


Proprietà IInterface.OwnedAttributes

Ottiene le proprietà che sono possedute dall'interfaccia.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IInterface Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Classes