Compartilhar via


Propriedade DebugTemplateEventArgs.TemplateOutput

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.String
Returns String.

Segurança do .NET Framework

Consulte também

Referência

DebugTemplateEventArgs Classe

Namespace Microsoft.VisualStudio.TextTemplating.VSHost