Compartir a través de


IPropertyType.Properties (Propiedad)

Propiedades de perfil que tienen este tipo de propiedad.

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

Sintaxis

'Declaración
ReadOnly Property Properties As IEnumerable(Of IProperty)
IEnumerable<IProperty> Properties { get; }
property IEnumerable<IProperty^>^ Properties {
    IEnumerable<IProperty^>^ get ();
}
abstract Properties : IEnumerable<IProperty>
function get Properties () : IEnumerable<IProperty>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IPropertyType Interfaz

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