WiFiDirectServiceRemotePortAddedEventArgs.EndpointPairs プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しいリモート ポートに関連付けられているエンドポイント ペアを取得します。
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)
プロパティ値
新しいエンドポイント ペア。