IUIService.ShowComponentEditor(Object, IWin32Window) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試顯示元件的 ComponentEditorForm。
public:
bool ShowComponentEditor(System::Object ^ component, System::Windows::Forms::IWin32Window ^ parent);
public bool ShowComponentEditor (object component, System.Windows.Forms.IWin32Window parent);
abstract member ShowComponentEditor : obj * System.Windows.Forms.IWin32Window -> bool
Public Function ShowComponentEditor (component As Object, parent As IWin32Window) As Boolean
參數
- component
- Object
元件,要為其顯示 ComponentEditorForm。
- parent
- IWin32Window
IWin32Window,做為任何對話方塊的父代。
傳回
如果嘗試成功,則為 true
,否則為 false
。
例外狀況
元件不支援元件編輯器。
備註
ComponentEditorForm類似于元件物件模型 (COM) 的屬性頁。
如果元件不支援元件編輯器, ArgumentException 則會擲回 。 若要避免這種情況,請務必先呼叫 CanShowComponentEditor 。