ApplicationHost.RequestApplicationAdditionFromAutomationHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event handler for requesting a new application to be added to the application host.
public: delegate void ApplicationHost::RequestApplicationAdditionFromAutomationHandler(ApplicationRecord ^ appRecord);
public delegate void ApplicationHost.RequestApplicationAdditionFromAutomationHandler(ApplicationRecord appRecord);
type ApplicationHost.RequestApplicationAdditionFromAutomationHandler = delegate of ApplicationRecord -> unit
Public Delegate Sub ApplicationHost.RequestApplicationAdditionFromAutomationHandler(appRecord As ApplicationRecord)
Parameters
- appRecord
- ApplicationRecord
Specifies the application host.