IVbcHostObject.SetReferences(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 items from which to import public type information into the current project.
public:
bool SetReferences(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ references);
public bool SetReferences (Microsoft.Build.Framework.ITaskItem[] references);
abstract member SetReferences : Microsoft.Build.Framework.ITaskItem[] -> bool
Public Function SetReferences (references As ITaskItem()) As Boolean
Parameters
- references
- ITaskItem[]
The items from which to import public type information into the current project.
Returns
true
if the method was successful; otherwise, false
.