Compartir a través de


IClass.OwnedAttributes (Propiedad)

Obtiene la lista de atributos (propiedades) que se definen en esta clase.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Classes
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IClass Interfaz

Microsoft.VisualStudio.Uml.Classes (Espacio de nombres)