Partager via


IDebugTransformationRunFactory.CreateTransformationRun, méthode

Espace de noms :  Microsoft.VisualStudio.TextTemplating
Assembly :  Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (dans Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : Microsoft.VisualStudio.TextTemplating.IDebugTransformationRun
retourne IDebugTransformationRun ;

Sécurité .NET Framework

Voir aussi

Référence

IDebugTransformationRunFactory Interface

Microsoft.VisualStudio.TextTemplating, espace de noms