Skip to content

IResolveContext Interface

Context for resolve.

Properties

PropertyDescription
AllowUnresolvedVariablesIndicates whether to allow localization and bind variables to remain unresolved.
BindPathsBind paths used during resolution.
BindVariablesBind variables used during resolution.
CancellationTokenCancellation token.
ExtensionDataExtension data.
ExtensionsResolve extensions.
FilterCulturesList of cultures to filter the localizations.
IntermediateFolderIntermediate folder.
IntermediateRepresentationIntermediate to resolve.
LocalizationsLocalizations used to resolve.
OutputPathOutput path.
ServiceProviderService provider.
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

AllowUnresolvedVariables Property {#allowunresolvedvariables}

Indicates whether to allow localization and bind variables to remain unresolved.

Declaration

public bool AllowUnresolvedVariables { get; set; }

BindPaths Property {#bindpaths}

Bind paths used during resolution.

Declaration

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

BindVariables Property {#bindvariables}

Bind variables used during resolution.

Declaration

public System.Collections.Generic.IDictionary<System.String,System.String> BindVariables { get; set; }

CancellationToken Property {#cancellationtoken}

Cancellation token.

Declaration

public System.Threading.CancellationToken CancellationToken { get; set; }

ExtensionData Property {#extensiondata}

Extension data.

Declaration

public System.Collections.Generic.IReadOnlyCollection<WixToolset.Extensibility.IExtensionData> ExtensionData { get; set; }

Extensions Property {#extensions}

Resolve extensions.

Declaration

public System.Collections.Generic.IReadOnlyCollection<WixToolset.Extensibility.IResolverExtension> Extensions { get; set; }

FilterCultures Property {#filtercultures}

List of cultures to filter the localizations.

Declaration

public System.Collections.Generic.IReadOnlyCollection<System.String> FilterCultures { get; set; }

IntermediateFolder Property {#intermediatefolder}

Intermediate folder.

Declaration

public string IntermediateFolder { get; set; }

IntermediateRepresentation Property {#intermediaterepresentation}

Intermediate to resolve.

Declaration

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

Localizations Property {#localizations}

Localizations used to resolve.

Declaration

public System.Collections.Generic.IReadOnlyCollection<WixToolset.Data.Localization> Localizations { get; set; }

OutputPath Property {#outputpath}

Output path.

Declaration

public string OutputPath { get; set; }

ServiceProvider Property {#serviceprovider}

Service provider.

Declaration

public System.IServiceProvider ServiceProvider { get; set; }