English 中文(简体)
视觉网络开发商 2010年-VB。 缩略语
原标题:Visual Web Developer 2010 - VB.Net xml comment shortcut

• 在以往的视觉演播室和视像网络开发商I号版本中,在汽车产生以下评论的职能之前,能够把3个“外观”(即:)带上线:

      <summary>
      </summary>
      <param name="sender"></param>
      <param name="e"></param>
      <remarks></remarks>

难道在2010年,这似乎有同样的影响,我曾试图打猎谷歌,但没有欢乐,这一短cut是否仍然存在? 它是否变成了别的东西?

Thanks, Steve

最佳回答

我只是在VS2010年在VB为我工作了。 我的问题是,在项目性质上,在表板上。 通用XML文件未经核对。 我检查了这段话,现在汽车评论台再次工作。

问题回答

如果不确定这一捷径仍然存在,那么下一个最好的事情就是建立一个实现同样目的的习俗短.。

http://msdn.microsoft.com/en-us/library/5zwses53.aspx

链接还详细说明了如何进口捷径,而不是确定其后向是否相容,但也许值得在你以前使用过的任何版本上指出。





相关问题
Is Shared ReadOnly lazyloaded?

I was wondering when I write Shared ReadOnly Variable As DataType = New DataType() Or alternatively Shared ReadOnly Variable As New DataType() Is it lazy loaded or as the instance initializes? ...

Entertaining a baby with VB.NET

I would like to write a little application in VB.NET that will detect a baby s cry. How would I get started with such an application?

Choose Enter Rather than Pressing Ok button

I have many fields in the page and the last field is a dropdown with list of values. When I select an item in a dropdown and press Enter, it doesn t do the "Ok". Instead I have to manually click on Ok ...

ALT Key Shortcuts Hidden

I am using VS2008 and creating forms. By default, the underscore of the character in a textbox when using an ampersand is not shown when I run the application. ex. "&Goto Here" is not ...

Set Select command in code

On button Click I want to Set the Select command of a Gridview. I do this and then databind the grid but it doesn t work. What am i doing wrong? protected void bttnView_Click(object sender, ...

Hover tooltip on specific words in rich text box?

I m trying to create something like a tooltip suddenly hoovering over the mouse pointer when specific words in the richt text box is hovered over. How can this be done?

热门标签