ICscHostObject.SetResources(ITaskItem[]) Method

Definition

Specifies the .NET Framework resources to embed into the output file.

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

Parameters

resources
ITaskItem[]

The .NET Framework resources to embed into the output file.

Returns

true if the method was successful; otherwise, false.

Applies to