Propriedade IElement.AppliedStereotypes

Cada IStereotypeInstance indica se um estereótipo foi aplicado a esse elemento.

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

Sintaxe

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IElement Interface

Namespace Microsoft.VisualStudio.Uml.Classes