Skip to content

IResolveFileResult Interface

Result of resolving a file.

PropertyDescription
CheckedPathsCollection of paths checked to find file.
PathPath to found file, if found.
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

Collection of paths checked to find file.

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

Path to found file, if found.

public string Path { get; set; }