次の方法で共有


RemoteSystemSessionJoinResult.Session プロパティ

定義

参加したセッションを表す RemoteSystemSession オブジェクトを取得します (結合の試行が成功した場合)。

public:
 property RemoteSystemSession ^ Session { RemoteSystemSession ^ get(); };
RemoteSystemSession Session();
public RemoteSystemSession Session { get; }
var remoteSystemSession = remoteSystemSessionJoinResult.session;
Public ReadOnly Property Session As RemoteSystemSession

プロパティ値

参加したセッションを表す RemoteSystemSession オブジェクト (結合試行が成功した場合)。 試行が失敗した場合、この値は null です

Windows の要件

アプリの機能
remoteSystem

適用対象