Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to integrate a customized control using DTE via steps:
•Check if an instance of Visual Studio is not running. If not, continue.
•Retrieve an EnvDTE.DTE object corresponding to the version of Visual Studio we want to integrate with.
•Create a "dummy" project using the DTE object
•Obtain Toolbox window and ToolBox object from it.
•Find or create ToolBoxTab object.
•Add item in the Toolbox tab (ToolBoxTab.ToolBoxItems.Add).
•Wait until current instance of Visual Studio stops running.


The 6th step "add new item under the Toolbox tab" is coded via "ToolBoxItems.Add" method.

Please help me in understanding what "ToolBoxItems.Add" method does internally.

Thanks
Posted

1 solution

 
Share this answer
 
Comments
Member 12182603 29-Jan-16 6:23am    
Thanks for your reply.

I have already gone through the link. It describes how to use the function but does not explain what actually is happening internally
Richard MacCutchan 29-Jan-16 6:52am    
Questions on the internal workings of Microsoft products should be addressed to Microsoft.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900