ExecuteFilesInUseEventArgs Class
Event arguments for «see E:WixToolset.Mba.Core.IDefaultBootstrapperApplication.ExecuteFilesInUse»
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Files | Gets the list of files in use. |
| PackageId | Gets the identity of the package that yielded the files in use message. |
| Source | Gets the source of the message. |
WixToolset.Mba.Core.dll version 4.0.5+b9b2f1b4c69a1b509d487dc950b30b4ec9b0d040 |
Files Property
Section titled “Files Property”Gets the list of files in use.
Declaration
Section titled “Declaration”public IList<System.String> Files { get; set; }PackageId Property
Section titled “PackageId Property”Gets the identity of the package that yielded the files in use message.
Declaration
Section titled “Declaration”public string PackageId { get; set; }Source Property
Section titled “Source Property”Gets the source of the message.
Declaration
Section titled “Declaration”public FilesInUseType Source { get; set; }