Partilhar via


WpfPanel.Remove Method

Removes an application from the Panel.

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

Usage

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

returnValue = instance.Remove(app)

Syntax

'Declaration
Public Function Remove ( _
    app As Object _
) As Boolean
public bool Remove (
    Object app
)
public:
virtual bool Remove (
    Object^ app
) sealed
public final boolean Remove (
    Object app
)
public final function Remove (
    app : Object
) : boolean

Parameters

  • app
    Specifies the hosted application.

Return Value

Type: 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

WpfPanel Class
WpfPanel Members
Microsoft.Uii.Desktop.UI.Controls.Wpf Namespace

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