MarkupCompilePass1.PageMarkup Property

Definition

Gets or sets a list of XAML files to process.

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

Property Value

A list of XAML files to process.

Applies to