Share via


TemplateActivity.TemplateOutput Property

The output of the template that is specified by the TemplatePath property.

Namespace:  Microsoft.Data.Entity.Design.VisualStudio.TextTemplating
Assembly:  Microsoft.Data.Entity.Design (in Microsoft.Data.Entity.Design.dll)

Syntax

'Declaration
Protected Property TemplateOutput As String
    Get
    Set
'Usage
Dim value As String

value = Me.TemplateOutput

Me.TemplateOutput = value
protected string TemplateOutput { get; set; }
protected:
property String^ TemplateOutput {
    String^ get ();
    void set (String^ value);
}
function get TemplateOutput () : String
function set TemplateOutput (value : String)

Property Value

Type: System.String
The output of the template that is specified by the TemplatePath property.

Permissions

See Also

Reference

TemplateActivity Class

TemplateActivity Members

Microsoft.Data.Entity.Design.VisualStudio.TextTemplating Namespace

Other Resources

Windows Workflow

Generating Artifacts by Using Text Templates