CanonicalTrackedOutputFiles.RemoveOutputForSourceRoot(String, String) Method

Definition

Remove the specified ouput from the dependency graph for the given source file

public:
 bool RemoveOutputForSourceRoot(System::String ^ sourceRoot, System::String ^ outputPathToRemove);
public bool RemoveOutputForSourceRoot (string sourceRoot, string outputPathToRemove);
member this.RemoveOutputForSourceRoot : string * string -> bool
Public Function RemoveOutputForSourceRoot (sourceRoot As String, outputPathToRemove As String) As Boolean

Parameters

sourceRoot
String

The source file who's output is to be discarded

outputPathToRemove
String

The output path to be removed

Returns

true if the output path was removed; otherwise, false.

Applies to