Partilhar via


Propriedade IInterface.OwnedAttributes

Obtém todas as propriedades que são de propriedade da Interface.

Namespace:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: IEnumerable<IProperty>

Segurança do .NET Framework

Consulte também

Referência

IInterface Interface

Namespace Microsoft.VisualStudio.Uml.Classes