Freigeben über


IPropertyType.Properties-Eigenschaft

Profileigenschaften, die diesen Eigenschaftentyp aufweisen.

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

Syntax

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

Eigenschaftswert

Typ: IEnumerable<IProperty>

.NET Framework-Sicherheit

Siehe auch

Referenz

IPropertyType Schnittstelle

Microsoft.VisualStudio.Uml.Profiles-Namespace