DnssdServiceInstanceCollection.IndexOf(DnssdServiceInstance, UInt32) Méthode
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 une valeur indiquant si un DnssdServiceInstance donné se trouve à l’index spécifié dans ce service instance collection.
Notes
DnssdServiceInstanceCollection n’est pas pris en charge et peut être modifié ou indisponible à l’avenir. Utilisez plutôt l’API Windows.Devices.Enumeration.
public:
virtual bool IndexOf(DnssdServiceInstance ^ value, [Out] unsigned int & index) = IVectorView<DnssdServiceInstance ^>::IndexOf;
bool IndexOf(DnssdServiceInstance const& value, [Out] uint32_t & index);
public bool IndexOf(DnssdServiceInstance value, out uint index);
Public Function IndexOf (value As DnssdServiceInstance, ByRef index As UInteger) As Boolean
Paramètres
- value
- DnssdServiceInstance
DnssdServiceInstance à obtenir l’index de .
- index
-
UInt32
unsigned int
uint32_t
Index, si dnssdServiceInstance est trouvé.
Retours
bool
true si la valeur est trouvée à l’index, false sinon.
Implémente
1.IndexOf(
0,System.UInt32@)
M:Windows.Foundation.Collections.IVectorView1.IndexOf(
0,unsigned int@)
M:Windows.Foundation.Collections.IVectorView1.IndexOf(
0,uint32_t@)