MemberDescriptor.AttributeArray 속성

정의

특성 배열을 가져오거나 설정합니다.

protected:
 virtual property cli::array <Attribute ^> ^ AttributeArray { cli::array <Attribute ^> ^ get(); void set(cli::array <Attribute ^> ^ value); };
protected virtual Attribute[] AttributeArray { get; set; }
protected virtual Attribute[]? AttributeArray { get; set; }
member this.AttributeArray : Attribute[] with get, set
Protected Overridable Property AttributeArray As Attribute()

속성 값

이 멤버의 특성이 들어 있는 Attribute 형식의 배열입니다.

설명

이 멤버에 액세스하면 파생 클래스가 메서드에 CreateAttributeCollection 사용되는 기본 특성 집합을 수정할 수 있습니다.

적용 대상

추가 정보