PropertySet.Insert(String, 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 au jeu de propriétés.
public:
virtual bool Insert(Platform::String ^ key, Platform::Object ^ value) = IMap<Platform::String ^, Platform::Object ^>::Insert;
bool Insert(winrt::hstring const& key, IInspectable const& value);
public bool Insert(string key, object value);
function insert(key, value)
Public Function Insert (key As String, value As Object) As Boolean
Paramètres
- key
-
String
Platform::String
winrt::hstring
Clé à insérer.
- value
-
Object
Platform::Object
IInspectable
Valeur à insérer.
Retours
Boolean
bool
True si la méthode remplace une valeur qui existe déjà pour la clé ; false s’il s’agit d’une nouvelle clé.