MarkupCompilePass1.SourceCodeFiles Property

Definition

Gets or sets the source code file list for the current project.

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

Property Value

The source code file list for the current project.

Applies to