The token replaced template file.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <Output> Public Property OutputFile As ITaskItem |
| C# |
|---|
| [Output] public ITaskItem OutputFile { get; set; } |
| C++ |
|---|
| [Output] public property ITaskItem OutputFile sealed { ITaskItem get(); void set(ITaskItem value); } |
| J# |
|---|
| /** @attribute Output() */ /** property */ public ITaskItem get_OutputFile(); /** property */ public void set_OutputFile(ITaskItem value); |
| JScript |
|---|
| public function get OutputFile() : ITaskItem public function set OutputFile(value : ITaskItem); |
See Also
Documentation version 1.0.0.0.