Skip to main content

IPreprocessResult Interface

Result of preprocessing.

Properties

PropertyDescription
DocumentDocument result of preprocessor.
IncludedFilesCollection of files included during preprocessing.

WixToolset.Extensibility.dll version 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78

Document Property

Document result of preprocessor.

Declaration

public System.Xml.Linq.XDocument Document { get; set; } 

IncludedFiles Property

Collection of files included during preprocessing.

Declaration

public System.Collections.Generic.IReadOnlyCollection<WixToolset.Extensibility.Data.IIncludedFile> IncludedFiles { get; set; }