标签:
<?xml version="1.0" encoding="utf-8"?> <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> <CodeSnippet Format="1.0.0"> <Header> <Title>myif</Title> <Shortcut>myif</Shortcut> <Description>myif 语句的代码片段</Description> <Author>Dong</Author> <SnippetTypes> <SnippetType>Expansion</SnippetType> <SnippetType>SurroundsWith</SnippetType> </SnippetTypes> </Header> <Snippet> <Declarations> <Literal> <ID>expression</ID> <ToolTip>要计算的表达式</ToolTip> <Default>true</Default> </Literal> </Declarations> <Code Language="csharp"><![CDATA[//this is my if if ($expression$) { //this is my if $selected$ $end$ }]]> </Code> </Snippet> </CodeSnippet> </CodeSnippets>
标签:
原文地址:http://blog.csdn.net/u011416077/article/details/51331265