IComNativeDescriptorHandler.GetEditor(Object, Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定组件的编辑器。
public:
System::Object ^ GetEditor(System::Object ^ component, Type ^ baseEditorType);
public object GetEditor (object component, Type baseEditorType);
abstract member GetEditor : obj * Type -> obj
Public Function GetEditor (component As Object, baseEditorType As Type) As Object
参数
- component
- Object
要为其获取编辑器的组件。
- baseEditorType
- Type
component
的编辑器的基类型。
返回
component
的编辑器。
注解
注意
此 API 现已过时。 未过时的替代项为 ComObjectType。