IPreprocessResult Interface
Result of preprocessing.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Document | Document result of preprocessor. |
| IncludedFiles | Collection of files included during preprocessing. |
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
Document Property
Section titled “Document Property”Document result of preprocessor.
Declaration
Section titled “Declaration”public System.Xml.Linq.XDocument Document { get; set; }IncludedFiles Property
Section titled “IncludedFiles Property”Collection of files included during preprocessing.
Declaration
Section titled “Declaration”public System.Collections.Generic.IReadOnlyCollection<WixToolset.Extensibility.Data.IIncludedFile> IncludedFiles { get; set; }