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

Property Value

Do not use.

Applies to