ToolboxCategory.Remove(ToolboxItemWrapper) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從工具箱分類集合中移除第一個出現的指定工具。
public:
bool Remove(System::Activities::Presentation::Toolbox::ToolboxItemWrapper ^ tool);
public bool Remove (System.Activities.Presentation.Toolbox.ToolboxItemWrapper tool);
member this.Remove : System.Activities.Presentation.Toolbox.ToolboxItemWrapper -> bool
Public Function Remove (tool As ToolboxItemWrapper) As Boolean
參數
- tool
- ToolboxItemWrapper
要從集合中移除的 ToolboxItemWrapper 項目。
傳回
如果成功移除工具,則為 true
,否則為 false
。 如果在集合中找不到工具,這個方法也會傳回 false
。
例外狀況
tool
為 null
。