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

구현

설명

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

적용 대상

추가 정보