IXamlType.AddToVector(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.
Ajoute un élément à un type de vecteur personnalisé.
public:
void AddToVector(Platform::Object ^ instance, Platform::Object ^ value);
void AddToVector(IInspectable const& instance, IInspectable const& value);
public void AddToVector(object instance, object value);
function addToVector(instance, value)
Public Sub AddToVector (instance As Object, value As Object)
Paramètres
- instance
-
Object
Platform::Object
IInspectable
Type instance sur lequel définir l’élément.
- value
-
Object
Platform::Object
IInspectable
Valeur de l'élément à ajouter.