Condividi tramite


Metodo TransformationRunFactory.CreateTransformationRun

Spazio dei nomi:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost.12.0 (in Microsoft.VisualStudio.TextTemplating.VSHost.12.0.dll)

Sintassi

'Dichiarazione
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

Parametri

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

Valore restituito

Tipo: IDebugTransformationRun
Restituisce IDebugTransformationRun.

Implementa

IDebugTransformationRunFactory.CreateTransformationRun(Type, String, ResolveEventHandler)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TransformationRunFactory Classe

Spazio dei nomi Microsoft.VisualStudio.TextTemplating.VSHost