次の方法で共有


WiFiDirectServiceRemotePortAddedEventArgs.EndpointPairs プロパティ

定義

新しいリモート ポートに関連付けられているエンドポイント ペアを取得します。

public:
 property IVectorView<EndpointPair ^> ^ EndpointPairs { IVectorView<EndpointPair ^> ^ get(); };
IVectorView<EndpointPair> EndpointPairs();
public IReadOnlyList<EndpointPair> EndpointPairs { get; }
var iVectorView = wiFiDirectServiceRemotePortAddedEventArgs.endpointPairs;
Public ReadOnly Property EndpointPairs As IReadOnlyList(Of EndpointPair)

プロパティ値

新しいエンドポイント ペア。

適用対象