Share via


IRemoteArgumentDictionaryContract.Remove(RemoteArgument) Metodo

Definizione

Rimuove l'elemento con la chiave specificata da 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

Parametri

key
RemoteArgument

Chiave dell'elemento da rimuovere.

Restituisce

true se l'elemento viene trovato e rimosso; in caso contrario, false. Questo metodo restituisce anche false se key non viene trovato in IRemoteArgumentDictionaryContract.

Si applica a