TriggerCollection.SetAt(UInt32, TriggerBase) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit la valeur à l’index spécifié sur la valeur TriggerBase spécifiée.
public:
virtual void SetAt(unsigned int index, TriggerBase ^ value) = IVector<TriggerBase ^>::SetAt;
void SetAt(uint32_t const& index, TriggerBase const& value);
public void SetAt(uint index, TriggerBase value);
function setAt(index, value)
Public Sub SetAt (index As UInteger, value As TriggerBase)
Paramètres
- index
-
UInt32
unsigned int
uint32_t
Index auquel définir la valeur.
- value
- TriggerBase
Valeur à définir.
Implémente
M:Windows.Foundation.Collections.IVector
1.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).