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___snippet_121826_ENU____.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2009-04-01  |  791b  |  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>~</Title>
  6.             <Shortcut>~</Shortcut>
  7.             <Description>Code snippet for destructor</Description>
  8.             <Author>Microsoft Corporation</Author>
  9.             <SnippetTypes>
  10.                 <SnippetType>Expansion</SnippetType>
  11.             </SnippetTypes>
  12.         </Header>
  13.         <Snippet>
  14.             <Declarations>
  15.                 <Literal Editable="false">
  16.                     <ID>classname</ID>
  17.                     <ToolTip>Class name</ToolTip>
  18.                     <Default>ClassNamePlaceholder</Default>
  19.                     <Function>ClassName()</Function>
  20.                 </Literal>
  21.             </Declarations>
  22.             <Code Language="csharp"><![CDATA[~$classname$()
  23.     {
  24.         $end$
  25.     }]]>
  26.             </Code>
  27.         </Snippet>
  28.     </CodeSnippet>
  29. </CodeSnippets>