Propriedade IClass.OwnedAttributes

Obtém a lista de atributos (Propriedades) definidos nesta classe.

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

IClass Interface

Namespace Microsoft.VisualStudio.Uml.Classes