MarkupCompilePass1.ExtraBuildControlFiles Property

Definition

Gets or sets a list of files that control whether a rebuild is triggered when the MarkupCompilePass1 task reruns; a rebuild is triggered if one of these files changes.

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

Property Value

A list of files that control whether a rebuild is triggered when the MarkupCompilePass1 task reruns; a rebuild is triggered if one of these files changes.

Applies to