NotifyDictionaryItemAddedEventArgs<TKey,TValue> Classe
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.
Fournit des données pour l’événement DictionaryChanged provoqué par l’ajout d’élément.
public class NotifyDictionaryItemAddedEventArgs<TKey,TValue> : Microsoft.ServiceFabric.Data.Notifications.NotifyDictionaryTransactionalEventArgs<TKey,TValue>
type NotifyDictionaryItemAddedEventArgs<'Key, 'Value> = class
inherit NotifyDictionaryTransactionalEventArgs<'Key, 'Value>
Public Class NotifyDictionaryItemAddedEventArgs(Of TKey, TValue)
Inherits NotifyDictionaryTransactionalEventArgs(Of TKey, TValue)
Paramètres de type
- TKey
Type des clés contenues dans .
- TValue
Type des valeurs de .
- Héritage
-
NotifyDictionaryItemAddedEventArgs<TKey,TValue>
Constructeurs
NotifyDictionaryItemAddedEventArgs<TKey,TValue>(ITransaction, TKey, TValue) |
Initialise une nouvelle instance du . |
Propriétés
Action |
Obtient l’action qui a provoqué l’événement. (Hérité de NotifyDictionaryChangedEventArgs<TKey,TValue>) |
Key |
Obtient la clé. |
Transaction |
Obtient la transaction à laquelle l’opération appartient. (Hérité de NotifyDictionaryTransactionalEventArgs<TKey,TValue>) |
Value |
Obtient la valeur. |
S’applique à
Azure SDK for .NET