Partager via


DebugTemplateEventArgs.TemplateOutput, propriété

Espace de noms :  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly :  Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (dans Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String
retourne String ;

Sécurité .NET Framework

Voir aussi

Référence

DebugTemplateEventArgs Classe

Microsoft.VisualStudio.TextTemplating.VSHost, espace de noms