WpfDesktopApplicationUI.RemoveApplication(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.