Compartir a través de


AifWpfTabControl.ShowApplication Method (Object, Boolean)

Shows the hosted application in a new tab.

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

Usage

'Usage
Dim instance As AifWpfTabControl
Dim application As Object
Dim closeButton As Boolean
Dim returnValue As TabItem

returnValue = instance.ShowApplication(application, closeButton)

Syntax

'Declaration
Public Function ShowApplication ( _
    application As Object, _
    closeButton As Boolean _
) As TabItem
public TabItem ShowApplication (
    Object application,
    bool closeButton
)
public:
TabItem^ ShowApplication (
    Object^ application, 
    bool closeButton
)
public TabItem ShowApplication (
    Object application, 
    boolean closeButton
)
public function ShowApplication (
    application : Object, 
    closeButton : boolean
) : TabItem

Parameters

  • application
    Specifies the application to show
  • closeButton
    True to provide a close button to close dynamic application, false otherwise

Return Value

The tabItem

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

AifWpfTabControl Class
AifWpfTabControl Members
Microsoft.Uii.Csr Namespace

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