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
'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>
Property Value
Type: System.Collections.Generic.IEnumerable<IProperty>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.