<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
......
<Snippet>
.......
<Code Language="vjsharp" Format="CData">
<![CDATA[
====== here i need to call another snippet code part =======
]]>
</Code>
</Snippet>
</CodeSnippet>
例如,我有一个这样的块,如果我需要在其中插入另一个代码段,这意味着怎么做?
可能吗 ?