Sdílet prostřednictvím


IDesktopUserActions.CreateDynamicApplication Method

Creates a dynamic application by the name provided.

Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)

Usage

'Usage
Dim instance As IDesktopUserActions
Dim applicationName As String
Dim returnValue As Boolean

returnValue = instance.CreateDynamicApplication(applicationName)

Syntax

'Declaration
Function CreateDynamicApplication ( _
    applicationName As String _
) As Boolean
bool CreateDynamicApplication (
    string applicationName
)
bool CreateDynamicApplication (
    String^ applicationName
)
boolean CreateDynamicApplication (
    String applicationName
)
function CreateDynamicApplication (
    applicationName : String
) : boolean

Parameters

  • applicationName
    Specifies the name of the application to load.

Return Value

Type: Boolean
True if the application is created successfully, otherwise false.

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

IDesktopUserActions Interface
IDesktopUserActions Members
Microsoft.Uii.Desktop.Core Namespace

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