Share via


IStereotype.Properties Property

 

Extension Properties that this Stereotype defines on its target metaclasses.

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

Syntax

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

Property Value

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

See Also

IStereotype Interface
Microsoft.VisualStudio.Uml.Profiles Namespace

Return to top