Partager via


TriggerActionCollection.SetAt(UInt32, TriggerAction) Méthode

Définition

Définit la valeur à l’index spécifié sur la valeur TriggerAction spécifiée.

public:
 virtual void SetAt(unsigned int index, TriggerAction ^ value) = IVector<TriggerAction ^>::SetAt;
void SetAt(uint32_t const& index, TriggerAction const& value);
public void SetAt(uint index, TriggerAction value);
function setAt(index, value)
Public Sub SetAt (index As UInteger, value As TriggerAction)

Paramètres

index
UInt32

unsigned int

uint32_t

Index auquel définir la valeur.

value
TriggerAction

Valeur à définir.

Implémente

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

Remarques

Notes

L’API Microsoft .NET équivalente est Item (l’indexeur).

S’applique à