home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / InfoPath.en-us / InfLR.cab / FL_namespace_snippet_121848_ENU____.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2009-04-01  |  799b  |  29 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8" ?>
  2. <CodeSnippets  xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
  3.     <CodeSnippet Format="1.0.0">
  4.         <Header>
  5.             <Title>namespace</Title>
  6.             <Shortcut>namespace</Shortcut>
  7.             <Description>Code snippet for namespace</Description>
  8.             <Author>Microsoft Corporation</Author>
  9.             <SnippetTypes>
  10.                 <SnippetType>Expansion</SnippetType>
  11.                 <SnippetType>SurroundsWith</SnippetType>
  12.             </SnippetTypes>
  13.         </Header>
  14.         <Snippet>
  15.             <Declarations>
  16.                 <Literal>
  17.                     <ID>name</ID>
  18.                     <ToolTip>Namespace name</ToolTip>
  19.                     <Default>MyNamespace</Default>
  20.                 </Literal>
  21.             </Declarations>
  22.             <Code Language="csharp"><![CDATA[namespace $name$
  23.     {
  24.         $selected$ $end$
  25.     }]]>
  26.             </Code>
  27.         </Snippet>
  28.     </CodeSnippet>
  29. </CodeSnippets>