MarkupCompilePass1.ContentFiles Property

Definition

Gets or sets a list of loose content files.

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 ^> ^ ContentFiles { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
public Microsoft.Build.Framework.ITaskItem[] ContentFiles { get; set; }
member this.ContentFiles : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property ContentFiles As ITaskItem()

Property Value

A list of loose content files.

Applies to