Skip to main 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-rc.2+dbb148c20d2490cf85f3f62f7d59f8dbc5c1a2c5

AllowUnresolvedVariables Property

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

Declaration

public bool AllowUnresolvedVariables { get; set; } 

BindPaths Property

Bind paths used during resolution.

Declaration

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

BindVariables Property

Bind variables used during resolution.

Declaration

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

CancellationToken Property

Cancellation token.

Declaration

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

ExtensionData Property

Extension data.

Declaration

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

Extensions Property

Resolve extensions.

Declaration

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

FilterCultures Property

List of cultures to filter the localizations.

Declaration

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

IntermediateFolder Property

Intermediate folder.

Declaration

public string IntermediateFolder { get; set; } 

IntermediateRepresentation Property

Intermediate to resolve.

Declaration

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

Localizations Property

Localizations used to resolve.

Declaration

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

OutputPath Property

Output path.

Declaration

public string OutputPath { get; set; } 

ServiceProvider Property

Service provider.

Declaration

public System.IServiceProvider ServiceProvider { get; set; }