IVbcHostObject.SetSources(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 one or more Visual Basic 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 Basic source files.
Returns
true
if the method was successful; otherwise, false
.