Output Property

MSBuild

Output list contains TaskItems of project filenames contained within the given solution. Metadata tag "ProjectName" contains name of project.


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

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.