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

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

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

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