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_DoLoopUntil_Condition__snippet_142580_ENU____.3643236F_FC70_11D3_A536_0090278A1BB8 < prev    next >
Extensible Markup Language  |  2008-06-12  |  850b  |  24 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>Do...Loop Until Statement</Title>
  6.       <Author>Microsoft Corporation</Author>
  7.       <Description>Loops until a condition is True.</Description>
  8.       <Shortcut>DoLoopUn</Shortcut>
  9.     </Header>
  10.     <Snippet>
  11.       <Declarations>
  12.         <Literal>
  13.           <ID>Condition</ID>
  14.           <Type></Type>
  15.           <ToolTip>Replace with an expression that evaluates to True or False. Loop executes until value changes to True.</ToolTip>
  16.           <Default>True</Default>
  17.         </Literal>
  18.       </Declarations>
  19.       <Code Language="VB" Kind="method body"><![CDATA[Do
  20.  
  21. Loop Until $Condition$]]></Code>
  22.     </Snippet>
  23.   </CodeSnippet>
  24. </CodeSnippets>