ILibraryResult Interface
Result of a library combine operation.
Properties
Property | Description |
---|---|
Library | Output of librarian. |
TrackedFiles | Collection of files tracked when binding files into the library. |
WixToolset.Extensibility.dll
version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71
Library Property
Output of librarian.
Declaration
public WixToolset.Data.Intermediate Library { get; set; }
TrackedFiles Property
Collection of files tracked when binding files into the library.
Declaration
public System.Collections.Generic.IReadOnlyCollection<WixToolset.Extensibility.Data.ITrackedFile> TrackedFiles { get; set; }