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