Visual Basic (Declaration) | |
---|---|
Protected Sub OnInstallFailed( _ ByVal application As ApplicationPackage, _ ByVal detailArg As ApplicationInstallFailedEventArgs _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As UXShell Dim application As ApplicationPackage Dim detailArg As ApplicationInstallFailedEventArgs instance.OnInstallFailed(application, detailArg) |
C# | |
---|---|
protected void OnInstallFailed( ApplicationPackage application, ApplicationInstallFailedEventArgs detailArg ) |
Delphi | |
---|---|
protected procedure OnInstallFailed( application: ApplicationPackage; detailArg: ApplicationInstallFailedEventArgs ); |
JScript | |
---|---|
protected function OnInstallFailed( application : ApplicationPackage, detailArg : ApplicationInstallFailedEventArgs ); |
Managed Extensions for C++ | |
---|---|
protected: void OnInstallFailed( ApplicationPackage* application, ApplicationInstallFailedEventArgs* detailArg ) |
C++/CLI | |
---|---|
protected: void OnInstallFailed( ApplicationPackage^ application, ApplicationInstallFailedEventArgs^ detailArg ) |
Parameters
- application
- An ApplicationPackage.
- detailArg
- The error details of the installation failure.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family