Share via


TemplateActivity.TemplatePath Property

The path of the text template being processed.

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

Syntax

'Declaration
Public Property TemplatePath As InArgument(Of String)
    Get
    Set
'Usage
Dim instance As TemplateActivity
Dim value As InArgument(Of String)

value = instance.TemplatePath

instance.TemplatePath = value
public InArgument<string> TemplatePath { get; set; }
public:
property InArgument<String^>^ TemplatePath {
    InArgument<String^>^ get ();
    void set (InArgument<String^>^ value);
}
function get TemplatePath () : InArgument<String>
function set TemplatePath (value : InArgument<String>)

Property Value

Type: System.Activities.InArgument<String>
The path of the text template being processed.

Remarks

The path specified by the TemplatePath property may contain a Visual Studio macro that the ProcessTemplate method will resolve. For information about Visual Studio macros, see Macros for Build Commands and Properties.

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