Bagikan melalui


AssignLinkMetadata.OutputItems Property

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

See Also

Reference

AssignLinkMetadata Class

Microsoft.Build.Tasks Namespace