Skip to content

IResolveResult Interface

Result of resolving localization and bind variables.

Properties

PropertyDescription
CodepageResolved codepage, if provided.
DelayedFieldsFields still requiring resolution.
ExpectedEmbeddedFilesFiles to extract from embedded .wixlibs.
IntermediateRepresentationResolved intermediate.
PackageLcidResolved package language, if provided.
SummaryInformationCodepageResolved summary information codepage, if provided.
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

Codepage Property {#codepage}

Resolved codepage, if provided.

Declaration

public System.Nullable<System.Int32> Codepage { get; set; }

DelayedFields Property {#delayedfields}

Fields still requiring resolution.

Declaration

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

ExpectedEmbeddedFiles Property {#expectedembeddedfiles}

Files to extract from embedded .wixlibs.

Declaration

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

IntermediateRepresentation Property {#intermediaterepresentation}

Resolved intermediate.

Declaration

public WixToolset.Data.Intermediate IntermediateRepresentation { get; set; }

PackageLcid Property {#packagelcid}

Resolved package language, if provided.

Declaration

public System.Nullable<System.Int32> PackageLcid { get; set; }

SummaryInformationCodepage Property {#summaryinformationcodepage}

Resolved summary information codepage, if provided.

Declaration

public System.Nullable<System.Int32> SummaryInformationCodepage { get; set; }