Freigeben über


CompositionColorGradientStopCollection.GetAt(UInt32) Methode

Definition

Gibt das Element zurück, das sich am angegebenen Index befindet.

public:
 virtual CompositionColorGradientStop ^ GetAt(unsigned int index) = IVector<CompositionColorGradientStop ^>::GetAt;
CompositionColorGradientStop GetAt(uint32_t const& index);
public CompositionColorGradientStop GetAt(uint index);
function getAt(index)
Public Function GetAt (index As UInteger) As CompositionColorGradientStop

Parameter

index
UInt32

unsigned int

uint32_t

Der ganzzahlige Index für den abzurufenden Wert.

Gibt zurück

Der CompositionColorGradientStop-Wert am angegebenen Index.

Implementiert

M:Windows.Foundation.Collections.IVector`1.GetAt(System.UInt32) M:Windows.Foundation.Collections.IVector`1.GetAt(unsigned int) M:Windows.Foundation.Collections.IVector`1.GetAt(uint32_t)

Gilt für: