Simple Header


posted by Richard Giles
02-17-2009

Downloads: 205
File size: 1kB
Views: 614

Embed
Simple Header
  1. <?xml version="1.0"?> 
  2. <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"
  3.     <CodeSnippet Format="1.0.0"
  4.         <Header> 
  5.             <Title>Simple Header</Title> 
  6.             <Shortcut>head1</Shortcut> 
  7.             <Description>inserts a simple header</Description> 
  8.             <Author /
  9.             <SnippetTypes> 
  10.                 <SnippetType>Expansion</SnippetType> 
  11.             </SnippetTypes> 
  12.         </Header> 
  13.         <Snippet> 
  14.             <Declarations> 
  15.                 <Literal> 
  16.                     <ID>param1</ID> 
  17.                     <ToolTip>Enter Name</ToolTip> 
  18.                     <Default>Your Name</Default> 
  19.                 </Literal> 
  20.                 <Literal> 
  21.                     <ID>param2</ID> 
  22.                     <ToolTip /
  23.                     <Default>1.0</Default> 
  24.                 </Literal> 
  25.                 <Literal> 
  26.                     <ID>param3</ID> 
  27.                     <ToolTip /
  28.                     <Default>Add content</Default> 
  29.                 </Literal> 
  30.             </Declarations> 
  31.             <Code Language="PowerShell" Kind="108"><![CDATA[################################################ 
  32. # 
  33. # Author:        $param1$ 
  34. # Version:        $param2$ 
  35. # Description:        $param3$ 
  36. # 
  37. # 
  38. ################################################ 
  39. ]]></Code> 
  40.         </Snippet> 
  41.     </CodeSnippet> 
  42. </CodeSnippets> 
Filed under: ,

Inserts a simple header

Concentrated Tech NSoftware Dell Compellent Sponsored by Idera and Concentrated Tech and NSoftware and Dell Compellent
Copyright 2011 PowerShell.com. All rights reserved.