IDebugTransformationRunFactory.CreateTransformationRun – metoda
Obor názvů: Microsoft.VisualStudio.TextTemplating
Sestavení: Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (v Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)
Syntaxe
'Deklarace
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
Parametry
- t
Typ: System.Type
- content
Typ: System.String
- resolver
Typ: System.ResolveEventHandler
Vrácená hodnota
Typ: Microsoft.VisualStudio.TextTemplating.IDebugTransformationRun
Vrátí IDebugTransformationRun.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.