Compartilhar via


Propriedade IElement.VisibleAppliedStereotypes

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

Sintaxe

'Declaração
ReadOnly Property VisibleAppliedStereotypes As IEnumerable(Of IStereotypeInstance)
    Get
IEnumerable<IStereotypeInstance> VisibleAppliedStereotypes { get; }
property IEnumerable<IStereotypeInstance^>^ VisibleAppliedStereotypes {
    IEnumerable<IStereotypeInstance^>^ get ();
}
abstract VisibleAppliedStereotypes : IEnumerable<IStereotypeInstance>
function get VisibleAppliedStereotypes () : 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