MemberDescriptor.Attributes 属性

定义

获取该成员的特性集合。

public:
 virtual property System::ComponentModel::AttributeCollection ^ Attributes { System::ComponentModel::AttributeCollection ^ get(); };
public virtual System.ComponentModel.AttributeCollection Attributes { get; }
member this.Attributes : System.ComponentModel.AttributeCollection
Public Overridable ReadOnly Property Attributes As AttributeCollection

属性值

一个提供此成员的特性的 AttributeCollection;如果 AttributeArray 中没有特性,则为空集合。

注解

如果此成员没有 AttributeCollection ,则此属性调用 CreateAttributeCollection 方法以使用传递给构造函数的对象Attribute数组创建新的 AttributeCollection

适用于

另请参阅