TransformationRunFactory.CreateTransformationRun 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 CreateTransformationRun ( _
t As Type, _
content As String, _
resolver As ResolveEventHandler _
) As IDebugTransformationRun
public IDebugTransformationRun CreateTransformationRun(
Type t,
string content,
ResolveEventHandler resolver
)
public:
virtual IDebugTransformationRun^ CreateTransformationRun(
Type^ t,
String^ content,
ResolveEventHandler^ resolver
) sealed
abstract CreateTransformationRun :
t:Type *
content:string *
resolver:ResolveEventHandler -> IDebugTransformationRun
override CreateTransformationRun :
t:Type *
content:string *
resolver:ResolveEventHandler -> IDebugTransformationRun
public final function CreateTransformationRun(
t : Type,
content : String,
resolver : ResolveEventHandler
) : IDebugTransformationRun
Parameters
- t
Type: System.Type
- content
Type: System.String
- resolver
Type: System.ResolveEventHandler
Return Value
Type: IDebugTransformationRun
Returns IDebugTransformationRun.
Implements
IDebugTransformationRunFactory.CreateTransformationRun(Type, String, ResolveEventHandler)
.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.