ICustomProperty.SetIndexedValue(Object, Object, Object) 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 à un emplacement d’index, pour les cas où la propriété personnalisée prend en charge l’indexeur.
public:
void SetIndexedValue(Platform::Object ^ target, Platform::Object ^ value, Platform::Object ^ index);
void SetIndexedValue(IInspectable const& target, IInspectable const& value, IInspectable const& index);
public void SetIndexedValue(object target, object value, object index);
function setIndexedValue(target, value, index)
Public Sub SetIndexedValue (target As Object, value As Object, index As Object)
Paramètres
- target
-
Object
Platform::Object
IInspectable
Le propriétaire instance.
- value
-
Object
Platform::Object
IInspectable
Valeur à définir.
- index
-
Object
Platform::Object
IInspectable
Emplacement d’index sur lequel définir.