Get argument value from TextTransform.exe into the template

后端 未结 2 1461
[愿得一人]
[愿得一人] 2021-01-05 04:56

I can\'t found some example how can I use argument -a when I use TextTransform.exe to generate code from templates. In MSDN is following description for argument -a:

2条回答
  •  粉色の甜心
    2021-01-05 05:17

    The -a argument accepts values in the following format:

    !!
    

    These are also the parameters of ITextTemplatingEngineHost.ResolveParameterValue method which you need to call in order to get parameter value in template code.

提交回复
热议问题