Condividi tramite


DnssdServiceInstanceCollection.IndexOf(DnssdServiceInstance, UInt32) Metodo

Definizione

Ottiene un valore che indica se un determinato DNSsdServiceInstance è in corrispondenza dell'indice specificato nella raccolta di istanze del servizio.

Nota

DnssdServiceInstanceCollection non è supportato e può essere modificato o non disponibile in futuro. Usare invece 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

Parametri

value
DnssdServiceInstance

DnssdServiceInstance per ottenere l'indice di .

index
UInt32

unsigned int

uint32_t

Indice, se viene trovato dnssdServiceInstance .

Restituisce

Boolean

bool

true se il valore viene trovato in corrispondenza dell'indice, false in caso contrario.

Implementazioni

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@)

Si applica a