Share via


DebugTemplateEventArgs.TemplateOutput Property

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)

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

DebugTemplateEventArgs Class

Microsoft.VisualStudio.TextTemplating.VSHost Namespace