Partager via


MediaPropertySet.Insert(Guid, Object) Méthode

Définition

Ajoute un élément au jeu de propriétés.

public:
 virtual bool Insert(Platform::Guid key, Platform::Object ^ value) = IMap<Platform::Guid, Platform::Object ^>::Insert;
bool Insert(winrt::guid const& key, IInspectable const& value);
public bool Insert(Guid key, object value);
function insert(key, value)
Public Function Insert (key As Guid, value As Object) As Boolean

Paramètres

key
Guid

Platform::Guid

winrt::guid

Clé de l’élément à insérer.

value
Object

Platform::Object

IInspectable

Valeur de l’élément à insérer.

Retours

Boolean

bool

True si la méthode a remplacé une valeur qui existait déjà pour la clé ; false s’il s’agit d’une nouvelle clé.

Implémente

S’applique à