EnumeratePackage.ProjectItemReferences 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 ^> ^ ProjectItemReferences { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem[] ProjectItemReferences { get; }
[<Microsoft.Build.Framework.Output>]
member this.ProjectItemReferences : Microsoft.Build.Framework.ITaskItem[]
Public ReadOnly Property ProjectItemReferences As ITaskItem()

Property Value

Do not use.

Attributes

Applies to