Skip to main content

ILibraryResult Interface

Result of a library combine operation.

Properties

PropertyDescription
LibraryOutput of librarian.
TrackedFilesCollection of files tracked when binding files into the library.

WixToolset.Extensibility.dll version 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78

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; }