HostedAppLauncher.CreateExtendedApplication(ApplicationRecord) Method
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.
Creates a type of application that is not known to the base UII classes. Implementors should use the provider patterns to create their own application types.
protected:
virtual Microsoft::Uii::Csr::IHostedApplication ^ CreateExtendedApplication(Microsoft::Uii::Common::Entities::ApplicationRecord ^ app);
protected virtual Microsoft.Uii.Csr.IHostedApplication CreateExtendedApplication (Microsoft.Uii.Common.Entities.ApplicationRecord app);
abstract member CreateExtendedApplication : Microsoft.Uii.Common.Entities.ApplicationRecord -> Microsoft.Uii.Csr.IHostedApplication
override this.CreateExtendedApplication : Microsoft.Uii.Common.Entities.ApplicationRecord -> Microsoft.Uii.Csr.IHostedApplication
Protected Overridable Function CreateExtendedApplication (app As ApplicationRecord) As IHostedApplication
Parameters
Application record containing application information.
Returns
New hosted application.
Remarks
Used for 3rd party application developer tools. Using the provider pattern the tools can create applications that will be called out to from here.