Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the set of items to which the Link metadata has been set.
Namespace: Microsoft.Build.Tasks
Assembly: Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)
Syntax
'Declaration
<OutputAttribute> _
Public Property OutputItems As ITaskItem()
[OutputAttribute]
public ITaskItem[] OutputItems { get; set; }
[OutputAttribute]
public:
property array<ITaskItem^>^ OutputItems {
array<ITaskItem^>^ get ();
void set (array<ITaskItem^>^ value);
}
[<OutputAttribute>]
member OutputItems : ITaskItem[] with get, set
function get OutputItems () : ITaskItem[]
function set OutputItems (value : ITaskItem[])
Property Value
Type: array<Microsoft.Build.Framework.ITaskItem[]
The set of items to which the Link metadata has been set.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.