Compartir a través de


DnssdServiceInstanceCollection.IndexOf(DnssdServiceInstance, UInt32) Método

Definición

Obtiene un valor que indica si un dnssdServiceInstance determinado se encuentra en el índice especificado de esta colección de instancias de servicio.

Nota:

DnssdServiceInstanceCollection no se admite y puede modificarse o no estar disponible en el futuro. En su lugar, use la 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

Parámetros

value
DnssdServiceInstance

DnssdServiceInstance para obtener el índice de .

index
UInt32

unsigned int

uint32_t

Índice, si se encuentra DnssdServiceInstance .

Devoluciones

Boolean

bool

True si el valor se encuentra en el índice; en caso contrario, false .

Implementaciones

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

Se aplica a