Arguments are readily available to wizards. What are you exactly trying to achieve? I don't think I understand your "a reference to the current project from within my wizard" expression. Basically you need: - An argument of type EnvDTE.Project with the FirstSelectedProjectValueProvider (or something like that), that will set it to the current selection - A field in the wizard referencing the project (if you want to show it, although I fail to realize why you would want that). From an action, you simply declare the respective property and its corresponding <input> element in config, and you're done. Does this help? |