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
備註
Note
這個 API 現在已經過時了。 非過時的替代方法是 ComObjectType。