次の方法で共有


SessionTabsControl.RemoveSession(Session) Method

Definition

Removes a session from the session explorer tree.

public:
 virtual void RemoveSession(Microsoft::Uii::Csr::Session ^ session);
public virtual void RemoveSession (Microsoft.Uii.Csr.Session session);
abstract member RemoveSession : Microsoft.Uii.Csr.Session -> unit
override this.RemoveSession : Microsoft.Uii.Csr.Session -> unit
Public Overridable Sub RemoveSession (session As Session)

Parameters

session
Session

Specifies the session to remove.

Implements

Applies to