IVsToolboxService2.RemoveToolboxItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void RemoveToolboxItems(System::Collections::Generic::IList<Tuple<System::String ^, System::Drawing::Design::ToolboxItem ^> ^> ^ items);
public void RemoveToolboxItems (System.Collections.Generic.IList<Tuple<string,System.Drawing.Design.ToolboxItem>> items);
abstract member RemoveToolboxItems : System.Collections.Generic.IList<string * System.Drawing.Design.ToolboxItem> -> unit
Public Sub RemoveToolboxItems (items As IList(Of Tuple(Of String, ToolboxItem)))
Parameters
- items
- IList<Tuple<String,ToolboxItem>>