Command Line Arguments

  • Thread starter Thread starter Frank Rizzo
  • Start date Start date
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
 
Back
Top