Propriedade IStereotype.Properties

Propriedades de extensão que define esse estereótipo metaclasses seu destino.

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

Sintaxe

'Declaração
ReadOnly Property Properties As IEnumerable(Of IProperty)
    Get
IEnumerable<IProperty> Properties { get; }
property IEnumerable<IProperty^>^ Properties {
    IEnumerable<IProperty^>^ get ();
}
abstract Properties : IEnumerable<IProperty>
function get Properties () : IEnumerable<IProperty>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IStereotype Interface

Namespace Microsoft.VisualStudio.Uml.Profiles