MemberDescriptor.CreateAttributeCollection 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用传递到构造函数的特性数组创建特性的集合。
protected:
virtual System::ComponentModel::AttributeCollection ^ CreateAttributeCollection();
protected virtual System.ComponentModel.AttributeCollection CreateAttributeCollection ();
abstract member CreateAttributeCollection : unit -> System.ComponentModel.AttributeCollection
override this.CreateAttributeCollection : unit -> System.ComponentModel.AttributeCollection
Protected Overridable Function CreateAttributeCollection () As AttributeCollection
返回
一个新 AttributeCollection,包含 AttributeArray 特性。
注解
如果此成员没有 AttributeCollection ,则从 Attributes 属性调用此方法。 如果 中没有属性, AttributeArray则返回空 AttributeCollection。