Share via


GetFileHash.Items Property

Definition

The input files with additional metadata set to include the file hash.

public:
 property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ Items { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem[] Items { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.Items : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property Items As ITaskItem()

Property Value

Attributes

Applies to