Results of the Regex transformation.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <Output> Public Property Output As ITaskItem[] |
| C# |
|---|
| [Output] public ITaskItem[] Output { get; set; } |
| C++ |
|---|
| [Output] public property ITaskItem[] Output sealed { array<ITaskItem>^ get(); void set(array<ITaskItem>^ value); } |
| J# |
|---|
| /** @attribute Output() */ /** property */ public ITaskItem[] get_Output(); /** property */ public void set_Output(ITaskItem[] value); |
| JScript |
|---|
| public function get Output() : ITaskItem[] public function set Output(value : ITaskItem[]); |
See Also
Documentation version 1.0.0.0.