IVsToolboxService2.AddToolboxItems Method

Definition

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

Applies to