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.1+2f00cbe680fb01ab485d56f16de9cd19b133f875

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