How does one pass command line argument to a ClickOnce application?

前端 未结 4 1327
南方客
南方客 2020-12-08 21:15

I have a Clickonce application that is launched from the start menu (local). I would like to be able to specify a parameter so that the application can load certain data. Th

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 21:42

    All of the answers here only apply to Online ClickOnce applications. This MSDN Forum post and this blog post discuss some ways to do it for Offline ClickOnce applications.

提交回复
热议问题