MarkupCompilePass1.GeneratedCodeFiles Property

Definition

Gets or sets the list of generated managed code 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 ^> ^ GeneratedCodeFiles { 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[] GeneratedCodeFiles { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.GeneratedCodeFiles : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property GeneratedCodeFiles As ITaskItem()

Property Value

The list of generated managed code files.

Attributes

Applies to