Managing Code Snippets in Device Projects

Visual Studio includes a code library of IntelliSense Code Snippets that you can insert with a few mouse clicks into your application. Each snippet performs a complete programming task. You can also create your own snippets, add them to the library, and then use them when you need them.

Visual Studio has added snippets that pertain exclusively to device projects. The shortcuts for these snippets all begin with the characters sd. For more information, see Visual Basic IntelliSense Code Snippets.

See Also

Concepts

Code Snippets (C#)

Creating and Developing Managed Device Projects