IVbcHostObject.SetLinkResources(ITaskItem[]) Method
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.
Creates links to the specified .NET Framework resources in the output file; the resource files are not placed in the output file.
public:
bool SetLinkResources(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ linkResources);
C#
public bool SetLinkResources(Microsoft.Build.Framework.ITaskItem[] linkResources);
abstract member SetLinkResources : Microsoft.Build.Framework.ITaskItem[] -> bool
Public Function SetLinkResources (linkResources As ITaskItem()) As Boolean
- linkResources
- ITaskItem[]
The .NET Framework resources to link to the output file.
true
if the method was successful; otherwise, false
.
Produkt | Versionen |
---|---|
MSBuild | 15, 16, 17 |
MSBuild (.NET Core) | 15, 16, 17 |