DebugTemplateEventArgs.TemplateOutput-Eigenschaft

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)

Syntax

'Declaration
Public Property TemplateOutput As String
public string TemplateOutput { get; set; }
public:
property String^ TemplateOutput {
    String^ get ();
    void set (String^ value);
}
member TemplateOutput : string with get, set
function get TemplateOutput () : String
function set TemplateOutput (value : String)

Eigenschaftswert

Typ: System.String
Gibt String zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

DebugTemplateEventArgs Klasse

Microsoft.VisualStudio.TextTemplating.VSHost-Namespace