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 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78
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; }