This documentation is archived and is not being maintained.
ITextTemplatingEngineHost::ResolveAssemblyReference Method
Visual Studio 2012
Allows a host to provide additional information about the location of an assembly.
Assembly: Microsoft.VisualStudio.TextTemplating.Interfaces.10.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll)
If the user has specified the optional assembly directive in a text template, the engine calls this method. This method can be called 0, 1, or multiple times, for each text template transformation. For more information, see T4 Text Template Directives.
A host can search for the assembly in different locations, in the order it prefers, or add a path of its choosing to the start of the assembly reference.
The following code example shows a possible implementation for a custom host. This code example is part of a larger example. For the complete example, see Walkthrough: Creating a Custom Text Template Host.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: