IElement.AppliedStereotypes 属性

每个 IStereotypeInstance 表示构造型已被应用到此元素上。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

IElement 接口

Microsoft.VisualStudio.Uml.Classes 命名空间