Compartir a través de


IInterface.OwnedAttributes (Propiedad)

Obtiene todas las propiedades que tiene la interfaz.

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

IInterface Interfaz

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