IClassifier.Features 属性

获取与此类的每个成员关联的属性、操作和接受。 Namespace::Member 的子集。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

IClassifier 接口

Microsoft.VisualStudio.Uml.Classes 命名空间