IResolveResult Interface
Result of resolving localization and bind variables.
Properties
| Property | Description |
|---|---|
| Codepage | Resolved codepage, if provided. |
| DelayedFields | Fields still requiring resolution. |
| ExpectedEmbeddedFiles | Files to extract from embedded .wixlibs. |
| IntermediateRepresentation | Resolved intermediate. |
| PackageLcid | Resolved package language, if provided. |
| SummaryInformationCodepage | Resolved summary information codepage, if provided. |
WixToolset.Extensibility.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
Codepage Property
Resolved codepage, if provided.
Declaration
public System.Nullable<System.Int32> Codepage { get; set; }
DelayedFields Property
Fields still requiring resolution.
Declaration
public System.Collections.Generic.IReadOnlyCollection<WixToolset.Extensibility.Data.IDelayedField> DelayedFields { get; set; }
ExpectedEmbeddedFiles Property
Files to extract from embedded .wixlibs.
Declaration
public System.Collections.Generic.IReadOnlyCollection<WixToolset.Extensibility.Data.IExpectedExtractFile> ExpectedEmbeddedFiles { get; set; }
IntermediateRepresentation Property
Resolved intermediate.
Declaration
public WixToolset.Data.Intermediate IntermediateRepresentation { get; set; }
PackageLcid Property
Resolved package language, if provided.
Declaration
public System.Nullable<System.Int32> PackageLcid { get; set; }
SummaryInformationCodepage Property
Resolved summary information codepage, if provided.
Declaration
public System.Nullable<System.Int32> SummaryInformationCodepage { get; set; }