CanonicalTrackedInputFiles.RemoveDependenciesFromEntryIfMissing Method

Definition

Remove the output graph entries for the given sources and corresponding outputs.

Overloads

RemoveDependenciesFromEntryIfMissing(ITaskItem[], ITaskItem[])

Remove the output graph entries for the given sources and corresponding outputs

RemoveDependenciesFromEntryIfMissing(ITaskItem, ITaskItem)

Remove the output graph entries for the given sources and corresponding outputs

RemoveDependenciesFromEntryIfMissing(ITaskItem)

Remove the output graph entries for the given sources and corresponding outputs

RemoveDependenciesFromEntryIfMissing(ITaskItem[])

Remove the output graph entries for the given sources and corresponding outputs

RemoveDependenciesFromEntryIfMissing(ITaskItem[], ITaskItem[])

Source:
CanonicalTrackedInputFiles.cs

Remove the output graph entries for the given sources and corresponding outputs

C#
public void RemoveDependenciesFromEntryIfMissing(Microsoft.Build.Framework.ITaskItem[] source, Microsoft.Build.Framework.ITaskItem[] correspondingOutputs);

Parameters

source
ITaskItem[]

Sources that should be removed from the graph

correspondingOutputs
ITaskItem[]

Outputs that correspond ot the sources (used for same file processing)

Applies to

MSBuild 17 e altre versioni
Prodotto Versioni
MSBuild 15, 16, 17

RemoveDependenciesFromEntryIfMissing(ITaskItem, ITaskItem)

Source:
CanonicalTrackedInputFiles.cs

Remove the output graph entries for the given sources and corresponding outputs

C#
public void RemoveDependenciesFromEntryIfMissing(Microsoft.Build.Framework.ITaskItem source, Microsoft.Build.Framework.ITaskItem correspondingOutput);

Parameters

source
ITaskItem

Source that should be removed from the graph

correspondingOutput
ITaskItem

Output that correspond ot the sources (used for same file processing)

Applies to

MSBuild 17 e altre versioni
Prodotto Versioni
MSBuild 15, 16, 17

RemoveDependenciesFromEntryIfMissing(ITaskItem)

Source:
CanonicalTrackedInputFiles.cs

Remove the output graph entries for the given sources and corresponding outputs

C#
public void RemoveDependenciesFromEntryIfMissing(Microsoft.Build.Framework.ITaskItem source);

Parameters

source
ITaskItem

Source that should be removed from the graph

Applies to

MSBuild 17 e altre versioni
Prodotto Versioni
MSBuild 15, 16, 17

RemoveDependenciesFromEntryIfMissing(ITaskItem[])

Source:
CanonicalTrackedInputFiles.cs

Remove the output graph entries for the given sources and corresponding outputs

C#
public void RemoveDependenciesFromEntryIfMissing(Microsoft.Build.Framework.ITaskItem[] source);
C#
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public void RemoveDependenciesFromEntryIfMissing(Microsoft.Build.Framework.ITaskItem[] source);

Parameters

source
ITaskItem[]

Sources that should be removed from the graph

Attributes

Applies to

MSBuild 17 e altre versioni
Prodotto Versioni
MSBuild 15, 16, 17