Freigeben über


CompositionColorGradientStopCollection.IndexOf Methode

Definition

Ruft den Index des angegebenen Elements ab.

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

Parameter

value
CompositionColorGradientStop

Der wert, der in der Auflistung gesucht werden soll.

index
UInt32

unsigned int

uint32_t

Der Index des zu suchenden Elements, falls gefunden.

Gibt zurück

Boolean

bool

TRUE , wenn ein Element mit dem angegebenen Wert gefunden wurde; Andernfalls false.

Implementiert

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

Gilt für: