You are not signed in
Sign in
|
Join
Help
Summit Software
Home
Products
Blogs
Forums
Downloads
About Us
Contact Us
in
Current Tags
(Entire Site)
Search
Browse by Tags
All Tags
»
CodeDOM
Sorry, but there are no more tags available to filter with.
Getting an existing method from VSTA, then updating it
The ShapeApp examples demonstrate adding methods to the VSTA project, by calling 'IVstaProjectHostItem.AddMethod'. This lets you pass a method, defined as a CodeDOM tree, to VSTA and add it to the currently loaded project. We are OK with this, and have incorporated it into our prototype application. However, we also need to be able to get code ...