ICscHostObject.SetSources(ITaskItem[]) Method

Definition

Specifies one or more Visual C# source files.

public:
 bool SetSources(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ sources);
public bool SetSources (Microsoft.Build.Framework.ITaskItem[] sources);
abstract member SetSources : Microsoft.Build.Framework.ITaskItem[] -> bool
Public Function SetSources (sources As ITaskItem()) As Boolean

Parameters

sources
ITaskItem[]

One or more Visual C# source files.

Returns

true if the method was successful; otherwise, false.

Applies to