ToolboxService.IsItemContainerSupported 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的設計工具主應用程式是否支援工具箱項目容器。
protected:
bool IsItemContainerSupported(System::Drawing::Design::ToolboxItemContainer ^ container, System::ComponentModel::Design::IDesignerHost ^ host);
protected bool IsItemContainerSupported (System.Drawing.Design.ToolboxItemContainer container, System.ComponentModel.Design.IDesignerHost host);
member this.IsItemContainerSupported : System.Drawing.Design.ToolboxItemContainer * System.ComponentModel.Design.IDesignerHost -> bool
Protected Function IsItemContainerSupported (container As ToolboxItemContainer, host As IDesignerHost) As Boolean
參數
- container
- ToolboxItemContainer
工具箱項目容器。
- host
- IDesignerHost
指定的設計工具主應用程式。
傳回
如果指定的設計工具主應用程式支援工具箱項目容器,則為 true
,否則為 false
。
例外狀況
container
或 host
為 null
。