Visual Studio 2010 コードスニペット デモ

Embed code for this video

Copy the code above to embed our video on your website/blog.

Close

Video format

Option selected may change based on video formats available and browser capability.

Close

Download

Right click “Save as…”

Visual Studio 2010 における HTML の入力支援機能は、インテリセンスのほかにコードスニペット (Code Snippet) というものがあります。

Visual Studio 2010 でコードスニペットを利用するには、HTML デザイナの [ソース] 編集画面でキーワードを入力し、キーボードの [Tab] キーを押下します。すると、キーワードに割り当てられたコードブロックが挿入されます。

iunput  ([Tab] キーを押下)

     ↓

<input type="type" name="name" value=" " />

このデモは、コードスニペットの一般的な使い方を示すものです。

<参考> チュートリアル: HTML スニペットの使用

http://msdn.microsoft.com/ja-jp/library/dd985242.aspx

Follow the Discussion

Comments Closed

Comments have been closed since this content was published more than 30 days ago, but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.