TransformationRunFactory.CreateTransformationRun, méthode
Espace de noms : Microsoft.VisualStudio.TextTemplating.VSHost
Assembly : Microsoft.VisualStudio.TextTemplating.VSHost.11.0 (dans Microsoft.VisualStudio.TextTemplating.VSHost.11.0.dll)
Syntaxe
'Déclaration
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
Paramètres
- t
Type : System.Type
- content
Type : System.String
- resolver
Type : System.ResolveEventHandler
Valeur de retour
Type : Microsoft.VisualStudio.TextTemplating.IDebugTransformationRun
retourne IDebugTransformationRun ;
Implémentations
IDebugTransformationRunFactory.CreateTransformationRun(Type, String, ResolveEventHandler)
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
TransformationRunFactory Classe
Microsoft.VisualStudio.TextTemplating.VSHost, espace de noms