<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets
xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>Dictionary</Title>
<Shortcut>dct</Shortcut>
</Header>
<Snippet>
<Declarations>
<Literal>
<ID>name</ID>
<Default>dic</Default>
</Literal>
<Literal>
<ID>type1</ID>
<Default>Integer</Default>
</Literal>
<Literal>
<ID>type2</ID>
<Default>String</Default>
</Literal>
</Declarations>
<Code Language="VB"><![CDATA[Dim $name$ As New Dictionary(Of $type1$, $type2$)]]></Code>
</Snippet>
</CodeSnippet>
</CodeSnippets>
最終更新:2013年09月01日 21:52