ITextTemplatingEngine – rozhraní
Rozhraní pro modul transformace textu šablony.
Obor názvů: Microsoft.VisualStudio.TextTemplating
Sestavení: Microsoft.VisualStudio.TextTemplating.Interfaces.10.0 (v Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll)
Syntaxe
'Deklarace
<CLSCompliantAttribute(True)> _
Public Interface ITextTemplatingEngine
[CLSCompliantAttribute(true)]
public interface ITextTemplatingEngine
[CLSCompliantAttribute(true)]
public interface class ITextTemplatingEngine
[<CLSCompliantAttribute(true)>]
type ITextTemplatingEngine = interface end
public interface ITextTemplatingEngine
Typ ITextTemplatingEngine zveřejňuje následující členy.
Metody
Název | Popis | |
---|---|---|
![]() |
PreprocessTemplate | |
![]() |
ProcessTemplate | Transformuje obsah textového souboru šablony vyprodukovat výstup generovaný text. |
Nahoru