CustomTypeDescriptor.GetAttributes 메서드

정의

이 형식 설명자가 나타내는 형식에 대한 사용자 지정 특성 컬렉션을 반환합니다.

public:
 virtual System::ComponentModel::AttributeCollection ^ GetAttributes();
public virtual System.ComponentModel.AttributeCollection GetAttributes();
abstract member GetAttributes : unit -> System.ComponentModel.AttributeCollection
override this.GetAttributes : unit -> System.ComponentModel.AttributeCollection
Public Overridable Function GetAttributes () As AttributeCollection

반품

AttributeCollection 형식에 대한 특성을 포함하는 형식입니다. 기본값은 Empty입니다.

구현

설명

부모 사용자 지정 형식 설명자가 생성자에 GetAttributes 전달된 CustomTypeDescriptor 경우 메서드는 부모의 해당 메서드를 호출합니다.

적용 대상

추가 정보