次の方法で共有


RemoteTextConnection コンストラクター

定義

オーバーロード

RemoteTextConnection(Guid, RemoteTextConnectionDataHandler)

1 つのリモート セッションに固有の RemoteTextConnection クラスの新しいインスタンスを作成します。

RemoteTextConnection(Guid, RemoteTextConnectionDataHandler, RemoteTextConnectionOptions)

RemoteTextConnection(Guid, RemoteTextConnectionDataHandler)

1 つのリモート セッションに固有の RemoteTextConnection クラスの新しいインスタンスを作成します。

public:
 RemoteTextConnection(Platform::Guid connectionId, RemoteTextConnectionDataHandler ^ pduForwarder);
 RemoteTextConnection(winrt::guid const& connectionId, RemoteTextConnectionDataHandler const& pduForwarder);
public RemoteTextConnection(Guid connectionId, RemoteTextConnectionDataHandler pduForwarder);
function RemoteTextConnection(connectionId, pduForwarder)
Public Sub New (connectionId As Guid, pduForwarder As RemoteTextConnectionDataHandler)

パラメーター

connectionId
Guid

Platform::Guid

winrt::guid

クライアント アプリケーションが接続している 1 つのリモート セッションを一意に識別します。 値はローカル システムでのみ一意である必要があります。 通常、クライアントは CoCreateGuid を使用してこの識別子を作成します。

pduForwarder
RemoteTextConnectionDataHandler

クライアント コンピューターのテキスト入力システムがリモート コンピューター上のターゲットにメッセージを送信する必要がある場合にコールバックされるデリゲートを指定します。

適用対象

RemoteTextConnection(Guid, RemoteTextConnectionDataHandler, RemoteTextConnectionOptions)

public:
 RemoteTextConnection(Platform::Guid connectionId, RemoteTextConnectionDataHandler ^ pduForwarder, RemoteTextConnectionOptions options);
 RemoteTextConnection(winrt::guid const& connectionId, RemoteTextConnectionDataHandler const& pduForwarder, RemoteTextConnectionOptions const& options);
public RemoteTextConnection(Guid connectionId, RemoteTextConnectionDataHandler pduForwarder, RemoteTextConnectionOptions options);
function RemoteTextConnection(connectionId, pduForwarder, options)
Public Sub New (connectionId As Guid, pduForwarder As RemoteTextConnectionDataHandler, options As RemoteTextConnectionOptions)

パラメーター

connectionId
Guid

Platform::Guid

winrt::guid

適用対象