Compartir a través de


HostedAppLauncher.CreateExtendedApplication(ApplicationRecord) Method

Definition

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

app
ApplicationRecord

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.

Applies to