IMetaclass.Stereotypes 属性

适用于此元类及其子类型的构造型。

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

语法

声明
ReadOnly Property Stereotypes As IEnumerable(Of IStereotype)
IEnumerable<IStereotype> Stereotypes { get; }
property IEnumerable<IStereotype^>^ Stereotypes {
    IEnumerable<IStereotype^>^ get ();
}
abstract Stereotypes : IEnumerable<IStereotype>
function get Stereotypes () : IEnumerable<IStereotype>

属性值

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

.NET Framework 安全性

请参见

参考

IMetaclass 接口

Microsoft.VisualStudio.Uml.Profiles 命名空间