ICustomTypeDescriptor.GetAttributes 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
구성 요소의 이 인스턴스에 대한 사용자 지정 특성 컬렉션을 반환합니다.
public:
System::ComponentModel::AttributeCollection ^ GetAttributes();
public System.ComponentModel.AttributeCollection GetAttributes();
abstract member GetAttributes : unit -> System.ComponentModel.AttributeCollection
Public Function GetAttributes () As AttributeCollection
반품
AttributeCollection 이 개체에 대한 특성을 포함하는 개체입니다.
설명
반환 값은 절대 null입니다.
개체에 대해 사용자 지정 특성이 지정되지 않은 경우 구현자는 빈 AttributeCollection 값을 반환할 수 있습니다.