EnumeratePackage.ProjectOutputReferences Property

Definition

This API supports the Office and SharePoint infrastructure and is not intended to be used directly from your code.

public:
 property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ ProjectOutputReferences { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem[] ProjectOutputReferences { get; }
[<Microsoft.Build.Framework.Output>]
member this.ProjectOutputReferences : Microsoft.Build.Framework.ITaskItem[]
Public ReadOnly Property ProjectOutputReferences As ITaskItem()

Property Value

Do not use.

Attributes

Applies to