SessionTabsControl.RemoveApplicationNode(Session, IHostedApplication) 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 a single application node from the session explorer.
public:
virtual void RemoveApplicationNode(Microsoft::Uii::Csr::Session ^ session, Microsoft::Uii::Csr::IHostedApplication ^ app);
public virtual void RemoveApplicationNode (Microsoft.Uii.Csr.Session session, Microsoft.Uii.Csr.IHostedApplication app);
abstract member RemoveApplicationNode : Microsoft.Uii.Csr.Session * Microsoft.Uii.Csr.IHostedApplication -> unit
override this.RemoveApplicationNode : Microsoft.Uii.Csr.Session * Microsoft.Uii.Csr.IHostedApplication -> unit
Public Overridable Sub RemoveApplicationNode (session As Session, app As IHostedApplication)
Parameters
- session
- Session
The current active session
The application to remove
Implements
Remarks
If the application is global, it will remove the node from all sessions, else will remove only for the active session passed in.