Metoda IDebugTransformationRunFactory.CreateTransformationRun —
Przestrzeń nazw: Microsoft.VisualStudio.TextTemplating
Zestaw: Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (w Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)
Składnia
'Deklaracja
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
Wartość zwracana
Typ: Microsoft.VisualStudio.TextTemplating.IDebugTransformationRun
Returns IDebugTransformationRun.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..