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