IBuildEngine4::UnregisterTaskObject Method (Object^, RegisteredTaskObjectLifetime)
Visual Studio 2015
Unregisters a previously registered task object.
MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Assembly: Microsoft.Build.Framework (in Microsoft.Build.Framework.dll)
Parameters
- key
-
Type:
System::Object^
The key used to retrieve the object.
- lifetime
-
Type:
Microsoft.Build.Framework::RegisteredTaskObjectLifetime
The lifetime of the object.
Return Value
Type: System::Object^Returns a previously registered object, or null if there is no object registered under that key or if the object has been discarded through early collection.
Show: