Skip to main content

IIncludedFile Interface

Interface for an included file.

Properties

PropertyDescription
PathGets the full path of the included file.
SourceLineNumbersGets the source line numbers.

WixToolset.Extensibility.dll version 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9

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; }