IComNativeDescriptorHandler 인터페이스

정의

주의

This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. https://go.microsoft.com/fwlink/?linkid=14202

주의

IComNativeDescriptorHandler has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.

주의

This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. http://go.microsoft.com/fwlink/?linkid=14202

주의

This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. https://go.microsoft.com/fwlink/?linkid=14202

COM 개체와 TypeDescriptor 사이의 최상위 매핑 계층을 제공합니다.

public interface class IComNativeDescriptorHandler
[System.Obsolete("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. https://go.microsoft.com/fwlink/?linkid=14202")]
public interface IComNativeDescriptorHandler
public interface IComNativeDescriptorHandler
[System.Obsolete("IComNativeDescriptorHandler has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.")]
public interface IComNativeDescriptorHandler
[System.Obsolete("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
public interface IComNativeDescriptorHandler
[System.Obsolete("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.  https://go.microsoft.com/fwlink/?linkid=14202")]
public interface IComNativeDescriptorHandler
[<System.Obsolete("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead. https://go.microsoft.com/fwlink/?linkid=14202")>]
type IComNativeDescriptorHandler = interface
type IComNativeDescriptorHandler = interface
[<System.Obsolete("IComNativeDescriptorHandler has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.")>]
type IComNativeDescriptorHandler = interface
[<System.Obsolete("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.  http://go.microsoft.com/fwlink/?linkid=14202")>]
type IComNativeDescriptorHandler = interface
[<System.Obsolete("This interface has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.  https://go.microsoft.com/fwlink/?linkid=14202")>]
type IComNativeDescriptorHandler = interface
Public Interface IComNativeDescriptorHandler
특성

설명

참고

이 API는 현재 사용되지 않습니다. 대신 처리 TypeDescriptionProvider 할 항목을 ComObjectType 추가합니다.

메서드

GetAttributes(Object)

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

GetClassName(Object)

지정된 구성 요소에 대한 클래스 이름을 가져옵니다.

GetConverter(Object)

지정된 구성 요소에 대한 형식 변환기를 가져옵니다.

GetDefaultEvent(Object)

지정된 구성 요소에 대한 기본 이벤트를 가져옵니다.

GetDefaultProperty(Object)

지정된 구성 요소의 기본 속성을 가져옵니다.

GetEditor(Object, Type)

지정된 구성 요소의 편집기를 가져옵니다.

GetEvents(Object)

지정된 구성 요소의 이벤트를 가져옵니다.

GetEvents(Object, Attribute[])

지정된 구성 요소의 지정된 특성이 있는 이벤트를 가져옵니다.

GetName(Object)

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

GetProperties(Object, Attribute[])

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

GetPropertyValue(Object, Int32, Boolean)

지정된 디스패치 식별자를 가진 속성의 값을 가져옵니다.

GetPropertyValue(Object, String, Boolean)

지정된 이름을 가진 속성의 값을 가져옵니다.

적용 대상