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 IComNativeDescriptorHandlerpublic 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 = interfacetype 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 = interfacePublic 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) | 
				已过时.
			 
				已过时.
			 
				已过时.
			 
				已过时.
			 获取具有指定名称的属性的值。 |