Freigeben über


IStereotype.Properties-Eigenschaft

Erweiterungseigenschaften, die dieses Stereotyp für die Zielmetaklassen definiert.

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>
function get Properties () : IEnumerable<IProperty>

Eigenschaftswert

Typ: System.Collections.Generic.IEnumerable<IProperty>

.NET Framework-Sicherheit

Siehe auch

Referenz

IStereotype Schnittstelle

Microsoft.VisualStudio.Uml.Profiles-Namespace