IDebugTransformationRunFactory.CreateTransformationRun Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
 Microsoft::VisualStudio::TextTemplating::IDebugTransformationRun ^ CreateTransformationRun(Type ^ t, System::String ^ content, ResolveEventHandler ^ resolver);
	public Microsoft.VisualStudio.TextTemplating.IDebugTransformationRun CreateTransformationRun(Type t, string content, ResolveEventHandler resolver);
	abstract member CreateTransformationRun : Type * string * ResolveEventHandler -> Microsoft.VisualStudio.TextTemplating.IDebugTransformationRun
	Public Function CreateTransformationRun (t As Type, content As String, resolver As ResolveEventHandler) As IDebugTransformationRun
	Parameters
- t
 - Type
 
- content
 - String
 
- resolver
 - ResolveEventHandler
 
Returns
Returns IDebugTransformationRun.