Why is it not necessary to indicate ByVal/ByRef anymore?
问题 I just installed Visual Studio 2010 Service pack (proposed on Windows Update), and I can see a new feature on the "intellisense" that means when I write a Function or Sub in VB.NET it doesn't auto-complete parameters with ByRef or ByVal ... 1) Is there anyway that I can configure this option back to how it was before? 2) If I don't specify ByX , which one is used by default? (it seems like it is always ByRef ) 回答1: Tim covered what you asked directly, but something else to keep in mind is