Partager via


DnssdServiceInstanceCollection.IndexOf(DnssdServiceInstance, UInt32) Méthode

Définition

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

Boolean

bool

true si la valeur est trouvée à l’index, false sinon.

Implémente

M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,System.UInt32@) M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,unsigned int@) M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,uint32_t@)

S’applique à