Поделиться через


IUsdDesktopUserActions.AddApplication Method

Adds an application to the panel.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Interfaces
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As IUsdDesktopUserActions
Dim panelName As String
Dim app As Object
Dim initializationXml As String
Dim closeButton As Boolean
Dim returnValue As Object

returnValue = instance.AddApplication(panelName, app, initializationXml, closeButton)

Syntax

'Declaration
Function AddApplication ( _
    panelName As String, _
    app As Object, _
    initializationXml As String, _
    closeButton As Boolean _
) As Object
Object AddApplication (
    string panelName,
    Object app,
    string initializationXml,
    bool closeButton
)
Object^ AddApplication (
    String^ panelName, 
    Object^ app, 
    String^ initializationXml, 
    bool closeButton
)
Object AddApplication (
    String panelName, 
    Object app, 
    String initializationXml, 
    boolean closeButton
)
function AddApplication (
    panelName : String, 
    app : Object, 
    initializationXml : String, 
    closeButton : boolean
) : Object

Parameters

  • panelName
    Specifies the panel name.
  • app
    Specifies the application.
  • initializationXml
    Specifies the initialization string.
  • closeButton
    Specifies the close button.

Return Value

Type: Object

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

IUsdDesktopUserActions Interface
IUsdDesktopUserActions Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Interfaces Namespace

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