ITrackedFile Interface
Interface used to track all files processed.
Properties
Section titled “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 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
Path Property
Section titled “Path Property”Path to tracked file.
Declaration
Section titled “Declaration”public string Path { get; set; }SourceLineNumbers Property
Section titled “SourceLineNumbers Property”Optional source line numbers where the tracked file was created.
Declaration
Section titled “Declaration”public WixToolset.Data.SourceLineNumber SourceLineNumbers { get; set; }Type Property
Section titled “Type Property”Type of tracked file.
Declaration
Section titled “Declaration”public TrackedFileType Type { get; set; }