Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「値」にアクセスしたいのですが、どうすればよいですか?
単に
var value = args.Value;
それを行う同等の方法(ただし"Value"、変数にある場合にも機能します)は次のとおりです。
"Value"
var value = args["Value"];