Sdílet prostřednictvím


DebugTemplateEventArgs.TemplateOutput – vlastnost

Obor názvů:  Microsoft.VisualStudio.TextTemplating.VSHost
Sestavení:  Microsoft.VisualStudio.TextTemplating.Interfaces.11.0 (v Microsoft.VisualStudio.TextTemplating.Interfaces.11.0.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: System.String
Vrátí String.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DebugTemplateEventArgs Třída

Microsoft.VisualStudio.TextTemplating.VSHost – obor názvů