TransformationRunFactory.RunTransformation(IDebugTransformationRun) Method

Definition

Run the transformation for the specified transformationRun object.

public:
 System::String ^ RunTransformation(Microsoft::VisualStudio::TextTemplating::IDebugTransformationRun ^ transformationRun);
public:
 Platform::String ^ RunTransformation(Microsoft::VisualStudio::TextTemplating::IDebugTransformationRun ^ transformationRun);
std::wstring RunTransformation(Microsoft::VisualStudio::TextTemplating::IDebugTransformationRun const & transformationRun);
public string RunTransformation (Microsoft.VisualStudio.TextTemplating.IDebugTransformationRun transformationRun);
member this.RunTransformation : Microsoft.VisualStudio.TextTemplating.IDebugTransformationRun -> string
Public Function RunTransformation (transformationRun As IDebugTransformationRun) As String

Parameters

transformationRun
IDebugTransformationRun

The transformationRun to run.

Returns

The results of the transformation.

Applies to