アットウィキロゴ
<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets
    xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
  <CodeSnippet Format="1.0.0">
    <Header>
      <Title>List</Title>
      <Shortcut>lst</Shortcut>
    </Header>
    <Snippet>

      <Declarations>
        <Literal>
          <ID>name</ID>
          <Default>list</Default>
        </Literal>

        <Literal>
          <ID>type1</ID>
          <Default>String</Default>
        </Literal>        
      </Declarations>

      <Code Language="VB"><![CDATA[Dim $name$ As New List(Of $type1$)]]></Code>
      
    </Snippet>
  </CodeSnippet>
</CodeSnippets>
最終更新:2013年09月01日 21:51