CanonicalTrackedOutputFiles.RemoveOutputForSourceRoot(String, String) 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 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
.