IComNativeDescriptorHandler.GetEditor(Object, Type) 方法

定義

取得指定元件的編輯器。

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

備註

Note

這個 API 現在已經過時了。 非過時的替代方法是 ComObjectType

適用於