ISessionExplorer.AddSession(Session, Boolean) 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 the session to the tree control if it’s not already there.
public:
void AddSession(Microsoft::Uii::Csr::Session ^ session, bool selected);
public void AddSession (Microsoft.Uii.Csr.Session session, bool selected);
abstract member AddSession : Microsoft.Uii.Csr.Session * bool -> unit
Public Sub AddSession (session As Session, selected As Boolean)
Parameters
- session
- Session
Specifies the current active session
- selected
- Boolean
True
if the session is selected, otherwise false
.