Поделиться через


IElement.ApplicableStereotypes - свойство

Набор стереотипов, которые могут применяться к данному элементу.

Пространство имен:  Microsoft.VisualStudio.Uml.Classes
Сборка:  Microsoft.VisualStudio.Uml.Interfaces (в Microsoft.VisualStudio.Uml.Interfaces.dll)

Синтаксис

'Декларация
ReadOnly Property ApplicableStereotypes As IEnumerable(Of IStereotype)
IEnumerable<IStereotype> ApplicableStereotypes { get; }
property IEnumerable<IStereotype^>^ ApplicableStereotypes {
    IEnumerable<IStereotype^>^ get ();
}
abstract ApplicableStereotypes : IEnumerable<IStereotype>
function get ApplicableStereotypes () : IEnumerable<IStereotype>

Значение свойства

Тип: System.Collections.Generic.IEnumerable<IStereotype>

Безопасность платформы .NET Framework

См. также

Ссылки

IElement Интерфейс

Microsoft.VisualStudio.Uml.Classes - пространство имен