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_PropertyOverrideStubSet_snippet_134395_ENU____.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2009-04-01  |  2KB  |  50 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>Property Override Stub Set</Title>
  6.             <Description>Snippet for overriding a property</Description>
  7.             <Author>Microsoft Corporation</Author>
  8.             <SnippetTypes>
  9.                 <SnippetType>Refactoring</SnippetType>
  10.             </SnippetTypes>
  11.         </Header>
  12.         <Snippet>
  13.             <Declarations>
  14.                 <Literal Editable="true">
  15.                     <ID>signature</ID>
  16.                     <Default>signature</Default>
  17.                 </Literal>
  18.                 <Literal Editable="true">
  19.                     <ID>GetterAccessibility</ID>
  20.                     <Default></Default>
  21.                 </Literal>
  22.                 <Literal Editable="true">
  23.                     <ID>SetterAccessibility</ID>
  24.                     <Default></Default>
  25.                 </Literal>
  26.                 <Literal>
  27.                     <ID>CallBaseGet</ID>
  28.                     <Function>CallBase(get)</Function>
  29.                 </Literal>
  30.                 <Literal>
  31.                     <ID>CallBaseSet</ID>
  32.                     <Function>CallBase(set)</Function>
  33.                 </Literal>
  34.                 <Literal>
  35.                     <ID>Exception</ID>
  36.                     <Function>SimpleTypeName(global::System.Exception)</Function>
  37.                 </Literal>
  38.             </Declarations>
  39.             <Code Language="csharp">
  40.                 <![CDATA[$signature$
  41. {
  42.     set 
  43.     { 
  44.         $end$ $CallBaseSet$
  45.     }
  46. }]]>
  47.             </Code>
  48.         </Snippet>
  49.     </CodeSnippet>
  50. </CodeSnippets>