Поделиться через


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)

Значение свойства

Новые пары конечных точек.

Применяется к