次の方法で共有


RemoteSystemSessionCreationResult.Session プロパティ

定義

この作成試行に関連する RemoteSystemSession オブジェクトを取得します。

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

プロパティ値

作成されたセッションを表す RemoteSystemSession オブジェクト (試行が成功した場合)。 セッションが正常に作成されなかった場合、この値は null です

Windows の要件

アプリの機能
remoteSystem

適用対象