Partilhar via


Propriedade IElement.ApplicableStereotypes

O conjunto de estereótipos que puderam ser aplicadas a esse elemento.

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

Sintaxe

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

IElement Interface

Namespace Microsoft.VisualStudio.Uml.Classes