MemberDescriptor.CreateAttributeCollection 메서드

정의

생성자에 전달된 특성 배열을 사용하여 특성 컬렉션을 만듭니다.

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입니다.

설명

이 메서드는이 멤버에 대 한 Attributes 없는 AttributeCollection 경우 속성에서 호출됩니다. 에 특성이 AttributeArray없으면 빈 AttributeCollection가 반환됩니다.

적용 대상