IComNativeDescriptorHandler.GetAttributes(Object) 메서드

정의

지정된 구성 요소의 특성을 가져옵니다.

public:
 System::ComponentModel::AttributeCollection ^ GetAttributes(System::Object ^ component);
public System.ComponentModel.AttributeCollection GetAttributes (object component);
abstract member GetAttributes : obj -> System.ComponentModel.AttributeCollection
Public Function GetAttributes (component As Object) As AttributeCollection

매개 변수

component
Object

특성을 가져올 구성 요소입니다.

반환

component에 대한 특성의 컬렉션입니다.

설명

참고

이 API는 현재 사용되지 않습니다. 사용되는 대체 항목은 ComObjectType입니다.

적용 대상