IElement.ApplicableStereotypes 属性

可应用于此元素的构造型集合。

命名空间:  Microsoft.VisualStudio.Uml.Classes
程序集:  Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

语法

声明
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>

属性值

类型:System.Collections.Generic.IEnumerable<IStereotype>

.NET Framework 安全性

请参见

参考

IElement 接口

Microsoft.VisualStudio.Uml.Classes 命名空间