IComNativeDescriptorHandler 인터페이스

정의

주의

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
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
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는 이제 사용되지 않습니다. 대신 처리할 a TypeDescriptionProviderComObjectType 추가합니다.

메서드

Name Description
GetAttributes(Object)
사용되지 않음.
사용되지 않음.

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

GetClassName(Object)
사용되지 않음.
사용되지 않음.

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

GetConverter(Object)
사용되지 않음.
사용되지 않음.

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

GetDefaultEvent(Object)
사용되지 않음.
사용되지 않음.

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

GetDefaultProperty(Object)
사용되지 않음.
사용되지 않음.

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

GetEditor(Object, Type)
사용되지 않음.
사용되지 않음.

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

GetEvents(Object, Attribute[])
사용되지 않음.
사용되지 않음.

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

GetEvents(Object)
사용되지 않음.
사용되지 않음.

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

GetName(Object)
사용되지 않음.
사용되지 않음.

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

GetProperties(Object, Attribute[])
사용되지 않음.
사용되지 않음.

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

GetPropertyValue(Object, Int32, Boolean)
사용되지 않음.
사용되지 않음.

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

GetPropertyValue(Object, String, Boolean)
사용되지 않음.
사용되지 않음.

지정된 이름을 포함하는 속성의 값을 가져옵니다.

적용 대상