Proprietà IElement.AppliedStereotypes
Ogni IStereotypeInstance indica che uno stereotipo è stato applicato a questo elemento.
Spazio dei nomi: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Sintassi
'Dichiarazione
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>
Valore proprietà
Tipo: System.Collections.Generic.IEnumerable<IStereotypeInstance>
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.