IVsToolboxService2.AddToolboxItems 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 AddToolboxItems(System::Collections::Generic::IList<Tuple<System::String ^, System::Drawing::Design::ToolboxItem ^, System::Collections::Generic::IEnumerable<System::Runtime::Versioning::FrameworkName ^> ^, Guid> ^> ^ items, Microsoft::VisualStudio::Shell::Interop::IVsAddToolboxItems ^ adder);
public void AddToolboxItems (System.Collections.Generic.IList<Tuple<string,System.Drawing.Design.ToolboxItem,System.Collections.Generic.IEnumerable<System.Runtime.Versioning.FrameworkName>,Guid>> items, Microsoft.VisualStudio.Shell.Interop.IVsAddToolboxItems adder);
abstract member AddToolboxItems : System.Collections.Generic.IList<string * System.Drawing.Design.ToolboxItem * seq<System.Runtime.Versioning.FrameworkName> * Guid> * Microsoft.VisualStudio.Shell.Interop.IVsAddToolboxItems -> unit
Public Sub AddToolboxItems (items As IList(Of Tuple(Of String, ToolboxItem, IEnumerable(Of FrameworkName), Guid)), adder As IVsAddToolboxItems)
Parameters
- items
- IList<Tuple<String,ToolboxItem,IEnumerable<FrameworkName>,Guid>>
- adder
- IVsAddToolboxItems