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.

설명

Note

이 API는 이제 사용되지 않습니다. 사용되지 않는 대안은 .입니다 ComObjectType.

적용 대상