Udostępnij za pośrednictwem


ExtendedApplicationProvider.CreateExtendedApplication Method (ApplicationRecord)

Creates an extended application.

Namespace: Microsoft.Uii.Csr.Providers
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As ExtendedApplicationProvider
Dim application As ApplicationRecord
Dim returnValue As IHostedApplication3

returnValue = instance.CreateExtendedApplication(application)

Syntax

'Declaration
Public Overridable Function CreateExtendedApplication ( _
    application As ApplicationRecord _
) As IHostedApplication3
public virtual IHostedApplication3 CreateExtendedApplication (
    ApplicationRecord application
)
public:
virtual IHostedApplication3^ CreateExtendedApplication (
    ApplicationRecord^ application
)
public IHostedApplication3 CreateExtendedApplication (
    ApplicationRecord application
)
public function CreateExtendedApplication (
    application : ApplicationRecord
) : IHostedApplication3

Parameters

  • application
    Specifies the application record containing information about the application being created/run.

Return Value

IHostedApplication3 interface of the create/run application.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

ExtendedApplicationProvider Class
ExtendedApplicationProvider Members
Microsoft.Uii.Csr.Providers Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.