Partager via


AssociationChangedState - Énumération

Spécifie comment un EntityRef<TEntity>, EntitySet<TEntity>ou Microsoft.SharePoint.Linq.LookupList<T> change.

Espace de noms :  Microsoft.SharePoint.Linq
Assembly :  Microsoft.SharePoint.Linq (dans Microsoft.SharePoint.Linq.dll)

Syntaxe

'Déclaration
Public Enumeration AssociationChangedState
'Utilisation
Dim instance As AssociationChangedState
public enum AssociationChangedState

Membres

Nom du membre Description
None L'objet n'a pas changé.
Added Une entité enfant est ajoutée.
Removed Une entité enfant est supprimée.

Remarques

Cette énumération est essentiellement utilisée comme valeur de la propriété AssociationChangedEventArgs<T>.State .

Voir aussi

Référence

Microsoft.SharePoint.Linq - Espace de noms