ApplicationHost.RequestApplicationCreationFromAutomationHandler 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 created and hosted within UII.
public: delegate void ApplicationHost::RequestApplicationCreationFromAutomationHandler(System::String ^ application);
public delegate void ApplicationHost.RequestApplicationCreationFromAutomationHandler(string application);
type ApplicationHost.RequestApplicationCreationFromAutomationHandler = delegate of string -> unit
Public Delegate Sub ApplicationHost.RequestApplicationCreationFromAutomationHandler(application As String)
Parameters
- application
- String
Specifies the application.