WiFiDirectServiceRemotePortAddedEventArgs.EndpointPairs Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les paires de points de terminaison associées au nouveau port distant.
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)
Valeur de propriété
Nouvelles paires de points de terminaison.