IIncludedFile Interface
Interface for an included file.
Properties
| Property | Description | 
|---|---|
| Path | Gets the full path of the included file. | 
| SourceLineNumbers | Gets the source line numbers. | 
WixToolset.Extensibility.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
Path Property
Gets the full path of the included file.
Declaration
public string Path { get; set; } 
SourceLineNumbers Property
Gets the source line numbers.
Declaration
public WixToolset.Data.SourceLineNumber SourceLineNumbers { get; set; }