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