IProfile.PropertyTypes (Propiedad)

Definiciones de los tipos de propiedades que se usan en el perfil.

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

Sintaxis

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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

IProfile Interfaz

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