Snipp Dogg http://www.coderedneck.com
Glossary

Glossary Item Box

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z

 

A

Assembly Element
Specifies the name of the assembly referenced by the code snippet.

Author Element
Specifies the name of the snippet author.

C

Code Element
Provides a container the short code blocks of IntelliSense Code Snippets.

CodeSnippet Element
Allows you to specify a heading and multiple IntelliSense Code Snippets, which you can insert into Visual Studio 2005 code files.

CodeSnippets Element
Groups CodeSnippet elements. The CodeSnippets element is the root element of the code snippet XML schema.

D

Declarations Element
Specifies the literals and objects that make up the parts of a code snippet that you can edit.

Default Element
Specifies the default value of the literal or object for an IntelliSense Code Snippet.

Description Element
Specifies descriptive information about the contents of an IntelliSense Code Snippet.

F

Function Element
Specifies a function to execute when the literal or object receives focus in Visual Studio.

H

Header Element
Specifies general information about the IntelliSense Code Snippet.

HelpUrl Element
Specifies a URL that provides more information about a code snippet.

I

ID Element
Specifies a unique identifier for a Literal or Object element.

Import Element
Specifies the imported namespaces used by an IntelliSense Code Snippet.

Imports Element
Groups individual Import elements.

K

Keyword Element
Specifies a custom keyword for the code snippet.

Keywords Element
Groups individual Keyword elements.

L

Literal Element
Defines the literals of the code snippet that you can edit.

N

Namespace Element
Specifies the namespace that must be imported for the code snippet to compile and run.

O

Object Element
Defines the objects of the code snippet that you can edit.

R

Reference Element
Specifies information about the assembly references required by the code snippet.

References Element
Groups individual Reference elements.

S

Shortcut Element
Specifies the shortcut text used to insert the snippet.

Snippet
IntelliSense Code Snippets are pre-authored pieces of code that are ready to be inserted into your application with Visual Studio 2005. These code snippets increase productivity by reducing the amount of time spent typing repetitive code or searching for samples. You can use the IntelliSense Code Snippet XML schema to create your own Visual Basic, Visual C#, Visual J#, or XML code snippets and add them to the code snippets that Visual Studio 2005 already includes.

Snippet Element
Specifies the references, imports, declarations, and code for the code snippet.

SnippetType Element
Specifies how Visual Studio inserts the code snippet.

SnippetTypes
Groups individual SnippetType elements.

T

Title Element
Specifies the title for the code snippet.

ToolTip Element
Describes the expected value and usage of a literal or object in a code snippet, which Visual Studio displays in a ToolTip when it inserts the code snippet into a project.

Type Element
Specifies the type of the object.

U

Url Element
Specifies a URL that provides more information about the referenced assembly.