Interfejs ITextTemplatingEngine
Interfejs dla szablonu tekst przekształceń.
Przestrzeń nazw: Microsoft.VisualStudio.TextTemplating
Zestaw: Microsoft.VisualStudio.TextTemplating.Interfaces.10.0 (w Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll)
Składnia
'Deklaracja
<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 uwidacznia następujące elementy członkowskie.
Metody
Nazwa | Opis | |
---|---|---|
PreprocessTemplate | ||
ProcessTemplate | Przekształca zawartość pliku szablonu tekstu do generowania danych wyjściowych generowanych tekstu. |
Początek