DependencyFilter Delegate
Visual Studio 2015
Dependency filter delegate. Used during TLog saves in order for tasks to selectively remove dependencies from the written graph.
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.Utilities.Core (in Microsoft.Build.Utilities.Core.dll)
Parameters
- fullPath
-
Type:
System::String^
The full path to the dependency file about to be written to the compacted TLog
Return Value
Type: System::BooleanIf the file should actually be written to the TLog (true) or not (false)
Show: