TransformationRunFactory.RunTransformation Method
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.VSHost.12.0 (in Microsoft.VisualStudio.TextTemplating.VSHost.12.0.dll)
Syntax
'Declaration
Public Function RunTransformation ( _
transformationRun As IDebugTransformationRun _
) As String
public string RunTransformation(
IDebugTransformationRun transformationRun
)
public:
String^ RunTransformation(
IDebugTransformationRun^ transformationRun
)
member RunTransformation :
transformationRun:IDebugTransformationRun -> string
public function RunTransformation(
transformationRun : IDebugTransformationRun
) : String
Parameters
- transformationRun
Type: IDebugTransformationRun
Return Value
Type: System.String
.NET Framework Security
- 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.