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 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9
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; }