<CodeSnippet Format="1.1.0" xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
  <Header>
    <Title>returns</Title>
    <Author>Microsoft Corporation</Author>
    <Shortcut>returns</Shortcut>
    <Description>Fragmento de código para un comentario XML returns</Description>
    <SnippetTypes>
      <SnippetType>Expansion</SnippetType>
    </SnippetTypes>
  </Header>
  <Snippet>
    <Declarations>
      <Literal>
        <ID>type</ID>
        <ToolTip>Tipo de valor devuelto</ToolTip>
        <Default>String</Default>
      </Literal>
    </Declarations>
    <Code Language="JavaScript"><![CDATA[/// <returns type="$type$" />$end$]]></Code>
  </Snippet>
</CodeSnippet>
