IRemoteArgumentDictionaryContract.Remove(RemoteArgument) Méthode

Définition

Supprime l’élément avec la clé spécifiée du IRemoteArgumentDictionaryContract.

public:
 bool Remove(System::AddIn::Contract::RemoteArgument key);
public bool Remove(System.AddIn.Contract.RemoteArgument key);
abstract member Remove : System.AddIn.Contract.RemoteArgument -> bool
Public Function Remove (key As RemoteArgument) As Boolean

Paramètres

key
RemoteArgument

Clé de l’élément à supprimer.

Retours

true si l’élément est correctement trouvé et supprimé ; sinon, false. Cette méthode retourne false si key elle est introuvable dans le IRemoteArgumentDictionaryContract.

S’applique à