CanonicalTrackedInputFiles.RemoveDependencyFromEntry 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.
Remove the output graph entries for the given source and corresponding outputs.
Overloads
RemoveDependencyFromEntry(ITaskItem, ITaskItem) |
Remove the output graph entries for the given source and corresponding outputs |
RemoveDependencyFromEntry(ITaskItem[], ITaskItem) |
Remove the output graph entries for the given sources and corresponding outputs |
RemoveDependencyFromEntry(ITaskItem, ITaskItem)
Remove the output graph entries for the given source and corresponding outputs
public:
void RemoveDependencyFromEntry(Microsoft::Build::Framework::ITaskItem ^ source, Microsoft::Build::Framework::ITaskItem ^ dependencyToRemove);
public void RemoveDependencyFromEntry (Microsoft.Build.Framework.ITaskItem source, Microsoft.Build.Framework.ITaskItem dependencyToRemove);
member this.RemoveDependencyFromEntry : Microsoft.Build.Framework.ITaskItem * Microsoft.Build.Framework.ITaskItem -> unit
Public Sub RemoveDependencyFromEntry (source As ITaskItem, dependencyToRemove As ITaskItem)
Parameters
- source
- ITaskItem
Source that should be removed from the graph
Applies to
RemoveDependencyFromEntry(ITaskItem[], ITaskItem)
Remove the output graph entries for the given sources and corresponding outputs
public:
void RemoveDependencyFromEntry(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ sources, Microsoft::Build::Framework::ITaskItem ^ dependencyToRemove);
public void RemoveDependencyFromEntry (Microsoft.Build.Framework.ITaskItem[] sources, Microsoft.Build.Framework.ITaskItem dependencyToRemove);
member this.RemoveDependencyFromEntry : Microsoft.Build.Framework.ITaskItem[] * Microsoft.Build.Framework.ITaskItem -> unit
Public Sub RemoveDependencyFromEntry (sources As ITaskItem(), dependencyToRemove As ITaskItem)
Parameters
- sources
- ITaskItem[]
Sources that should be removed from the graph