CanonicalTrackedOutputFiles.SaveTlog 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.
Re-writes the tlogs from the current output table. New entries are tracked.
Overloads
SaveTlog() |
This method will re-write the tlogs from the current output table new entries will be tracked. |
SaveTlog(DependencyFilter) |
This method will re-write the tlogs from the current output table new entries will be tracked. |
SaveTlog()
This method will re-write the tlogs from the current output table new entries will be tracked.
public:
void SaveTlog();
public void SaveTlog ();
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public void SaveTlog ();
member this.SaveTlog : unit -> unit
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.SaveTlog : unit -> unit
Public Sub SaveTlog ()
- Attributes
Applies to
SaveTlog(DependencyFilter)
This method will re-write the tlogs from the current output table new entries will be tracked.
public:
void SaveTlog(Microsoft::Build::Utilities::DependencyFilter ^ includeInTLog);
public void SaveTlog (Microsoft.Build.Utilities.DependencyFilter includeInTLog);
member this.SaveTlog : Microsoft.Build.Utilities.DependencyFilter -> unit
Public Sub SaveTlog (includeInTLog As DependencyFilter)
Parameters
- includeInTLog
- DependencyFilter
The dependency filter.