IApplicationUI.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 application from the UI, regardless of which panel it is in.
public:
bool RemoveApplication(System::Object ^ app);
public bool RemoveApplication (object app);
abstract member RemoveApplication : obj -> bool
Public Function RemoveApplication (app As Object) As Boolean
Parameters
- app
- Object
Specifies the application that is to be removed.
Returns
Boolean
True
if the application was removed, otherwise false
.