Visual Basic (Declaration) | |
---|---|
Protected Sub OnInstalling( _ ByVal application As ApplicationPackage _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As UXShell Dim application As ApplicationPackage instance.OnInstalling(application) |
C# | |
---|---|
protected void OnInstalling( ApplicationPackage application ) |
Delphi | |
---|---|
protected procedure OnInstalling( application: ApplicationPackage ); |
JScript | |
---|---|
protected function OnInstalling( application : ApplicationPackage ); |
Managed Extensions for C++ | |
---|---|
protected: void OnInstalling( ApplicationPackage* application ) |
C++/CLI | |
---|---|
protected: void OnInstalling( ApplicationPackage^ application ) |
Parameters
- application
- An ApplicationPackage.
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