admin管理员组

文章数量:1125567

I am creating an extension for Visual Studio in C# in Visual Studio. In Project -> {project name} properties -> Debug -> Command Line Arguments, I have entered:

/customArg=val1

I have also tried it with

-customArg=val1, customArg:val1

It's showing this error:

Invalid command line. Unknown switch : customArg.

本文标签: cCan39t pass command line arguments while building Visual Studio extensionStack Overflow