TransformationRunFactory.RunTransformation(IDebugTransformationRun) 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.
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.