Partilhar via


Propriedade IProfile.PropertyTypes

Definições de tipos de propriedades que usou no perfil.

Namespace:  Microsoft.VisualStudio.Uml.Profiles
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
ReadOnly Property PropertyTypes As IEnumerable(Of IPropertyType)
IEnumerable<IPropertyType> PropertyTypes { get; }
property IEnumerable<IPropertyType^>^ PropertyTypes {
    IEnumerable<IPropertyType^>^ get ();
}
abstract PropertyTypes : IEnumerable<IPropertyType> with get
function get PropertyTypes () : IEnumerable<IPropertyType>

Valor de propriedade

Tipo: IEnumerable<IPropertyType>

Segurança do .NET Framework

Consulte também

Referência

IProfile Interface

Namespace Microsoft.VisualStudio.Uml.Profiles