IDebugTransformationRunFactory.CreateTransformationRun Method
Namespace: Microsoft.VisualStudio.TextTemplating
Assembly: Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)
Syntax
'Declaration
Function CreateTransformationRun ( _
t As Type, _
content As String, _
resolver As ResolveEventHandler _
) As IDebugTransformationRun
IDebugTransformationRun CreateTransformationRun(
Type t,
string content,
ResolveEventHandler resolver
)
IDebugTransformationRun^ CreateTransformationRun(
Type^ t,
String^ content,
ResolveEventHandler^ resolver
)
abstract CreateTransformationRun :
t:Type *
content:string *
resolver:ResolveEventHandler -> IDebugTransformationRun
function CreateTransformationRun(
t : Type,
content : String,
resolver : ResolveEventHandler
) : IDebugTransformationRun
Parameters
- t
Type: Type
- content
Type: String
- resolver
Type: ResolveEventHandler
Return Value
Type: Microsoft.VisualStudio.TextTemplating.IDebugTransformationRun
Returns IDebugTransformationRun.
.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.