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
)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…