3[Obsolete(
"IComNativeDescriptorHandler has been deprecated. Add a TypeDescriptionProvider to handle type TypeDescriptor.ComObjectType instead.")]
object GetPropertyValue(object component, int dispid, ref bool success)
AttributeCollection GetAttributes(object component)
PropertyDescriptor GetDefaultProperty(object component)
TypeConverter GetConverter(object component)
string GetClassName(object component)
EventDescriptor GetDefaultEvent(object component)
EventDescriptorCollection GetEvents(object component, Attribute[]? attributes)
string GetName(object component)
PropertyDescriptorCollection GetProperties(object component, Attribute[]? attributes)
EventDescriptorCollection GetEvents(object component)
object GetEditor(object component, Type baseEditorType)
object GetPropertyValue(object component, string propertyName, ref bool success)