Command Line Arguments

F

Frank Rizzo

I am writing a little add-in that needs to read the Command Line
Arguments for the project as defined in the Project
Properties\Configuration Properties\Debugging\Command Line Arguments.

How do I get at from my addin? I've tried looping through
pplicationObject.Solution.Projects.Item[0].Properties collection but
it's not there.

Regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top