<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>

I have a block like this for example, if i need to insert another snippet code in this means how to do that ?

Is it possible ?

有帮助吗?

解决方案

You cannot call a snippet from another snippet. Simply copy-paste the code of the other snippet where you need.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top