This documentation is archived and is not being maintained.

ITextTemplatingEngineHost::StandardAssemblyReferences Property

Gets a list of assembly references.

Namespace:  Microsoft.VisualStudio.TextTemplating
Assembly:  Microsoft.VisualStudio.TextTemplating.Interfaces.10.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll)

property IList<String^>^ StandardAssemblyReferences {
	IList<String^>^ get ();
}

Property Value

Type: IList<String>
An IList that contains assembly names.

Allows a host to specify standard assemblies to be referenced by the generated transformation class (for example, System.dll). The engine uses these references when it compiles and executes the generated transformation class.

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.

No code example is currently available or this language may not be supported.

Show: