Propriété ChangeUnitChange.ParentChange
Obtient ou définit la modification d'élément qui contient cette modification d'unité de modification.
Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)
Syntaxe
'Déclaration
Public Property ParentChange As ItemChange
'Utilisation
Dim instance As ChangeUnitChange
Dim value As ItemChange
value = instance.ParentChange
public ItemChange ParentChange { get; }
public:
property ItemChange^ ParentChange {
ItemChange^ get ();
}
/** @property */
public ItemChange get_ParentChange ()
public function get ParentChange () : ItemChange
Valeur de propriété
La modification d'élément qui contient cette modification d'unité de modification.
Voir aussi
Référence
Classe ChangeUnitChange
Membres ChangeUnitChange
Espace de noms Microsoft.Synchronization