VIsual Studio 监视窗口如何获取变量的值?
假设我实例化了一个 ABC 类型的变量 x。 当我看到 x 的值时,它会显示 x.ToString() 方法中的值。
值列中显示的值还可能来自哪里?
感谢任何帮助,
谢谢,
Dattebayo
Lets say I have a variable x of type ABC instantiated.
When I see the value of x it shows me the value from the x.ToString() method.
Where else the value displayed in the value column could come from?
Any help appreciated,
Thanks,
Dattebayo
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您在“监视”窗口的“值”列下看到的文本可能来自三个来源之一。
据我所知,这是仅有的三个选择。
The text you see under the Value column in the Watch window could come from one of three sources.
To the best of my knowledge, those are the only three options.