Compartir a través de


IDebugTransformationRunFactory.CreateTransformationRun (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextTemplating
Ensamblado:  Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (en Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: Microsoft.VisualStudio.TextTemplating.IDebugTransformationRun
Devuelva IDebugTransformationRun.

Seguridad de .NET Framework

Vea también

Referencia

IDebugTransformationRunFactory Interfaz

Microsoft.VisualStudio.TextTemplating (Espacio de nombres)