xml version="1.0" encoding="utf-8" ?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>Single_RegionTitle>
<Shortcut>Single_RegionShortcut>
<Description>Code snippet for a single region ... wraps aroundDescription>
<Author>Jay JohnsonAuthor>
<SnippetTypes>
<SnippetType>ExpansionSnippetType>
<SnippetType>SurroundsWithSnippetType>
SnippetTypes>
Header>
<Snippet>
<Declarations>
<Literal>
<ID>nameID>
<ToolTip>Region NameToolTip>
<Default>REGIONDefault>
Literal>
Declarations>
<Code Language="csharp">CDATA[
#region ---------------------- $name$ ----------------------
$selected$$end$
#endregion]]>
Code>
Snippet>
CodeSnippet>
CodeSnippets>
|