GenerateTemporaryTargetAssembly.ReferencePath Property

Definition

Gets or sets a list of resolved reference assemblies.

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

Property Value

A list of resolved reference assemblies.

Applies to