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。