Partilhar via


Propriedade IInterface.OwnedAttributes

Obtém as propriedades que pertencem a 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)
    Get
IEnumerable<IProperty> OwnedAttributes { get; }
property IEnumerable<IProperty^>^ OwnedAttributes {
    IEnumerable<IProperty^>^ get ();
}
abstract OwnedAttributes : IEnumerable<IProperty>
function get OwnedAttributes () : IEnumerable<IProperty>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IInterface Interface

Namespace Microsoft.VisualStudio.Uml.Classes