IVbcHostObject.SetResources(ITaskItem[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.