由于我定义了以下代码段,因此在尝试使用环绕时总是会得到不需要的选择。
<CodeSnippet Format="1.0.0">
<Header>
<Title>Dependency Properties region</Title>
<Shortcut>#regiondp</Shortcut>
<Description>
Umschliesst die Selektion mit einer region namens Dependency Properties
</Description>
<SnippetTypes>
<SnippetType>Expansion</SnippetType>
<SnippetType>SurroundsWith</SnippetType>
</SnippetTypes>
</Header>
<Snippet>
<Code Language="csharp" Kind="method decl">
<![CDATA[
#region Dependency Properties
$selected$
#endregion
]]>
</Code>
</Snippet>
在 C# 文件中使用“Surround with...”时,为什么 VS2010 现在询问我是要使用“C#Snippets”还是“Visual C#”片段?