DnssdServiceInstanceCollection.IndexOf(DnssdServiceInstance, UInt32) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
bool
True si el valor se encuentra en el índice; en caso contrario, false .
Implementaciones
1.IndexOf(
0,System.UInt32@)
M:Windows.Foundation.Collections.IVectorView1.IndexOf(
0,unsigned int@)
M:Windows.Foundation.Collections.IVectorView1.IndexOf(
0,uint32_t@)