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 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

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