Share via


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 的編輯器。

備註

注意

此 API 現已淘汰。 非過時的替代方式是 ComObjectType

適用於