Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > cross-recipe arguments
 

cross-recipe arguments

What is the correct way to store and retrieve cross-recipe arguments, if such kind of think exists? For example, I'd like to know from a given recipe what was the value entered by the user in the first wizard page, when the solution was created.

I believe one option would be to programmatically implement actions and value providers which use dte.Solution.Globals[...], but is there a better way?

Thanks,
-- AFurtado
Andre Furtado, MSc/BSc, MCP, SCJP, MSF. http://www.afurtado.net/
Andre Furtado  Wednesday, August 13, 2008 3:22 AM
Hi Andre!

There are nothing already implemented in GAX to do that, the way to do that could be what you've mentioned, for example using Globals or anything else mechanism to store values.

hth
jose.

Jose Escrich - weblogs.asp.net/jescrich
  • Proposed As Answer byJose Escrich Friday, August 15, 2008 3:50 AM
  •  
Jose Escrich  Friday, August 15, 2008 3:50 AM

You can use google to search for other answers

Custom Search

More Threads

• How to lauch a recipe programatically
• GAT/GAX for VS2005 RTM released!
• DTE Set Startup Project?
• Reference Issue
• Argument monitoring itself?
• Examining the items in a solution
• Modification of a SplitAndAddItemsFromString action
• GAT: unexpected error loading template...
• A Bug in DteHelper?
• Registering Guidance Package in visual studio express editions