IPreprocessResult Interface
Result of preprocessing.
Properties
| Property | Description | 
|---|---|
| Document | Document result of preprocessor. | 
| IncludedFiles | Collection of files included during preprocessing. | 
WixToolset.Extensibility.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
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; }