IComNativeDescriptorHandler 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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) |
사용되지 않음.
사용되지 않음.
사용되지 않음.
사용되지 않음.
지정된 이름을 가진 속성의 값을 가져옵니다. |
적용 대상
.NET