Share via


IApplicationUI.RemoveApplication Method

Removes application from the UI, regardless of which panel it is in.

Namespace: Microsoft.Uii.Desktop.UI.Controls
Assembly: Microsoft.Uii.Desktop.UI.Controls (in Microsoft.Uii.Desktop.UI.Controls.dll)

Usage

'Usage
Dim instance As IApplicationUI
Dim app As Object
Dim returnValue As Boolean

returnValue = instance.RemoveApplication(app)

Syntax

'Declaration
Function RemoveApplication ( _
    app As Object _
) As Boolean
bool RemoveApplication (
    Object app
)
bool RemoveApplication (
    Object^ app
)
boolean RemoveApplication (
    Object app
)
function RemoveApplication (
    app : Object
) : boolean

Parameters

  • app
    Specifies the application that is to be removed.

Return Value

Boolean
True if the application was removed, 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

IApplicationUI Interface
IApplicationUI Members
Microsoft.Uii.Desktop.UI.Controls Namespace

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