简体   繁体   English

探索VS中的类和方法

[英]Exploring classes and methods in VS

Im looking the name definition of this process so I can learn it properly. 我正在寻找此过程的名称定义,以便我可以正确地学习它。 When I debug code in VS ill hover over a var before breakpoint to see what data is held in it and this window pops up which allows you to see methods and properties, there is usually a base item in it too. 当我在VS调试代码时,将鼠标悬停在断点之前的var上以查看其中包含哪些数据,然后会弹出此窗口,使您可以查看方法和属性,通常其中也包含一个基本项。 Is this called intellisense or something else? 这称为智能感知还是其他?

I dont understand the difference between a lot of the items an how you find the thing (function?) you want - especially when things seem to be many levels deep in this window. 我不了解许多项目之间的区别以及如何找到想要的事物(功能?)-尤其是当事物似乎在此窗口中有很多层次时。

Thanks C 谢谢C

The window that pops-up is called a DataTip , the parts of a DataTip that let you examine the representation of a value are called Visualizers . 弹出的窗口称为DataTip ,DataTip中可用来检查值表示形式的部分称为Visualizers

See Debugger Basics . 请参阅调试器基础

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM