CanonicalTrackedOutputFiles.AddComputedOutputForSourceRoot 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.
This method adds computed outputs for the given source key to the output graph
public:
void AddComputedOutputForSourceRoot(System::String ^ sourceKey, System::String ^ computedOutput);
public void AddComputedOutputForSourceRoot (string sourceKey, string computedOutput);
member this.AddComputedOutputForSourceRoot : string * string -> unit
Public Sub AddComputedOutputForSourceRoot (sourceKey As String, computedOutput As String)
Parameters
- sourceKey
- String
The source to add outputs for
- computedOutput
- String
The computed outputs for this source key