CanonicalTrackedOutputFiles.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[])

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

public:
 void RemoveDependenciesFromEntryIfMissing(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ source, cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ correspondingOutputs);
public void RemoveDependenciesFromEntryIfMissing (Microsoft.Build.Framework.ITaskItem[] source, Microsoft.Build.Framework.ITaskItem[] correspondingOutputs);
member this.RemoveDependenciesFromEntryIfMissing : Microsoft.Build.Framework.ITaskItem[] * Microsoft.Build.Framework.ITaskItem[] -> unit
Public Sub RemoveDependenciesFromEntryIfMissing (source As ITaskItem(), correspondingOutputs As ITaskItem())

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

RemoveDependenciesFromEntryIfMissing(ITaskItem, ITaskItem)

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

public:
 void RemoveDependenciesFromEntryIfMissing(Microsoft::Build::Framework::ITaskItem ^ source, Microsoft::Build::Framework::ITaskItem ^ correspondingOutput);
public void RemoveDependenciesFromEntryIfMissing (Microsoft.Build.Framework.ITaskItem source, Microsoft.Build.Framework.ITaskItem correspondingOutput);
member this.RemoveDependenciesFromEntryIfMissing : Microsoft.Build.Framework.ITaskItem * Microsoft.Build.Framework.ITaskItem -> unit
Public Sub RemoveDependenciesFromEntryIfMissing (source As ITaskItem, correspondingOutput As ITaskItem)

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

RemoveDependenciesFromEntryIfMissing(ITaskItem[])

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

public:
 void RemoveDependenciesFromEntryIfMissing(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ source);
public void RemoveDependenciesFromEntryIfMissing (Microsoft.Build.Framework.ITaskItem[] source);
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public void RemoveDependenciesFromEntryIfMissing (Microsoft.Build.Framework.ITaskItem[] source);
member this.RemoveDependenciesFromEntryIfMissing : Microsoft.Build.Framework.ITaskItem[] -> unit
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.RemoveDependenciesFromEntryIfMissing : Microsoft.Build.Framework.ITaskItem[] -> unit
Public Sub RemoveDependenciesFromEntryIfMissing (source As ITaskItem())

Parameters

source
ITaskItem[]

Sources that should be removed from the graph

Attributes

Applies to

RemoveDependenciesFromEntryIfMissing(ITaskItem)

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

public:
 void RemoveDependenciesFromEntryIfMissing(Microsoft::Build::Framework::ITaskItem ^ source);
public void RemoveDependenciesFromEntryIfMissing (Microsoft.Build.Framework.ITaskItem source);
member this.RemoveDependenciesFromEntryIfMissing : Microsoft.Build.Framework.ITaskItem -> unit
Public Sub RemoveDependenciesFromEntryIfMissing (source As ITaskItem)

Parameters

source
ITaskItem

Source that should be removed from the graph

Applies to