次の方法で共有


WpfDesktopApplicationUI.RemoveApplication(Object) Method

Definition

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

public:
 override bool RemoveApplication(System::Object ^ app);
public override bool RemoveApplication (object app);
override this.RemoveApplication : obj -> bool
Public Overrides Function RemoveApplication (app As Object) As Boolean

Parameters

app
Object

Specifies the hosted application.

Returns

True if the application was found and removed, otherwise false.

Applies to