SessionEndedEventArgs(SessionEndReasons) コンストラクター

定義

SessionEndedEventArgs クラスの新しいインスタンスを初期化します。

public:
 SessionEndedEventArgs(Microsoft::Win32::SessionEndReasons reason);
public SessionEndedEventArgs (Microsoft.Win32.SessionEndReasons reason);
new Microsoft.Win32.SessionEndedEventArgs : Microsoft.Win32.SessionEndReasons -> Microsoft.Win32.SessionEndedEventArgs
Public Sub New (reason As SessionEndReasons)

パラメーター

reason
SessionEndReasons

セッションが終了した理由を表す SessionEndReasons 値の 1 つ。

適用対象

こちらもご覧ください