Condividi tramite


Proprietà SkippedChangeEventArgs.ChangeType

Ottiene il tipo di modifica che sarebbe stata applicata.

Spazio dei nomi: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ChangeType As ChangeType
'Utilizzo
Dim instance As SkippedChangeEventArgs
Dim value As ChangeType

value = instance.ChangeType
public ChangeType ChangeType { get; }
public:
property ChangeType ChangeType {
    ChangeType get ();
}
/** @property */
public ChangeType get_ChangeType ()
public function get ChangeType () : ChangeType

Valore proprietà

Oggetto ChangeType che indica il tipo di modifica che sarebbe stata applicata.

Vedere anche

Riferimento

Classe SkippedChangeEventArgs
Membri SkippedChangeEventArgs
Spazio dei nomi Microsoft.Synchronization.Files