Condividi tramite


Proprietà IProfile.PropertyTypes

Definizioni dei tipi di proprietà utilizzate nel profilo.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Profiles
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IProfile Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Profiles