ITrackedFile Interface
Interface used to track all files processed.
Properties
| Property | Description | 
|---|---|
| Path | Path to tracked file. | 
| SourceLineNumbers | Optional source line numbers where the tracked file was created. | 
| Type | Type of tracked file. | 
WixToolset.Extensibility.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
Path Property
Path to tracked file.
Declaration
public string Path { get; set; } 
SourceLineNumbers Property
Optional source line numbers where the tracked file was created.
Declaration
public WixToolset.Data.SourceLineNumber SourceLineNumbers { get; set; } 
Type Property
Type of tracked file.
Declaration
public TrackedFileType Type { get; set; }