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.
我使用 Visual Studio 2010。
将鼠标指针悬停在方法上会显示提示。
是否可以复制此提示?
谢谢!
对于您要复制的任何字段hint,只需按F12或Go To Definition右键单击该特定字段,它将带您到定义,您可以在其中获取显示为帮助工具提示的文本。这是TextBox.Text帮助文本的示例
hint
F12
Go To Definition
TextBox.Text
// Summary: // Gets or sets the text content of the System.Web.UI.WebControls.Label control.