ResourcesGenerator.ResourceFiles Property

Definition

Gets or sets one or more resources to embed in the generated .resources file.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Property Value

One or more resources to embed in the generated .resources file.

Attributes

Applies to