Partilhar via


Método TransformationRunFactory.CreateTransformationRun

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost.12.0 (em Microsoft.VisualStudio.TextTemplating.VSHost.12.0.dll)

Sintaxe

'Declaração
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

Parâmetros

  • t
    Tipo: Type
  • content
    Tipo: String
  • resolver
    Tipo: ResolveEventHandler

Valor de retorno

Tipo: IDebugTransformationRun
Retorne IDebugTransformationRun.

Implementações

IDebugTransformationRunFactory.CreateTransformationRun(Type, String, ResolveEventHandler)

Segurança do .NET Framework

Consulte também

Referência

TransformationRunFactory Classe

Namespace Microsoft.VisualStudio.TextTemplating.VSHost