CanonicalTrackedInputFiles.RemoveEntryForSourceRoot(String) Method

Definition

Remove the entry in the input dependency graph corresponding to the rooting marker passed in.

public:
 void RemoveEntryForSourceRoot(System::String ^ rootingMarker);
public void RemoveEntryForSourceRoot (string rootingMarker);
member this.RemoveEntryForSourceRoot : string -> unit
Public Sub RemoveEntryForSourceRoot (rootingMarker As String)

Parameters

rootingMarker
String

The root to remove

Applies to