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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.