Condividi tramite


ResourceCandidateVectorView.IndexOf(ResourceCandidate, UInt32) Metodo

Definizione

Ottiene l'indice di un oggetto ResourceCandidate specificato nel set.

public:
 virtual bool IndexOf(ResourceCandidate ^ value, [Out] unsigned int & index) = IVectorView<ResourceCandidate ^>::IndexOf;
bool IndexOf(ResourceCandidate const& value, [Out] uint32_t & index);
public bool IndexOf(ResourceCandidate value, out uint index);
Public Function IndexOf (value As ResourceCandidate, ByRef index As UInteger) As Boolean

Parametri

value
ResourceCandidate

ResourceCandidate da trovare nel set.

index
UInt32

unsigned int

uint32_t

Indice in base zero della risorsaCandidate, se l'elemento viene trovato; zero se l'elemento non viene trovato.

Restituisce

Boolean

bool

true se viene trovato ResourceCandidate ; in caso contrario, false se l'elemento non viene trovato.

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