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)
    Get
IEnumerable<IPropertyType> PropertyTypes { get; }
property IEnumerable<IPropertyType^>^ PropertyTypes {
    IEnumerable<IPropertyType^>^ get ();
}
abstract PropertyTypes : IEnumerable<IPropertyType>
function get PropertyTypes () : IEnumerable<IPropertyType>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IProfile Interface

Namespace Microsoft.VisualStudio.Uml.Profiles