AssociationChangedEventArgs<T>.State - Propriété
Obtient le type de modification.
Espace de noms : Microsoft.SharePoint.Linq
Assembly : Microsoft.SharePoint.Linq (dans Microsoft.SharePoint.Linq.dll)
Syntaxe
'Déclaration
Public Property State As AssociationChangedState
Get
Private Set
'Utilisation
Dim instance As AssociationChangedEventArgs
Dim value As AssociationChangedState
value = instance.State
public AssociationChangedState State { get; private set; }
Valeur de propriété
Type : Microsoft.SharePoint.Linq.AssociationChangedState
Un AssociationChangedState qui spécifie le type de modification.
Voir aussi
Référence
AssociationChangedEventArgs<T> classe