Udostępnij za pośrednictwem


DetectedChangesEventArgs.TotalDirectoriesFound Property

Gets the total number of folders that are found during change detection.

Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in microsoft.synchronization.files.dll)

Syntax

'Declaration
Public ReadOnly Property TotalDirectoriesFound As Long
'Usage
Dim instance As DetectedChangesEventArgs
Dim value As Long

value = instance.TotalDirectoriesFound
public long TotalDirectoriesFound { get; }
public:
property long long TotalDirectoriesFound {
    long long get ();
}
/** @property */
public long get_TotalDirectoriesFound ()
public function get TotalDirectoriesFound () : long

Property Value

The total number of folders that are found during change detection.

Remarks

If the total number of folders cannot be calculated, the value will be -1.

Folders that are excluded by the scope filter or skipped are not counted.

See Also

Reference

DetectedChangesEventArgs Class
DetectedChangesEventArgs Members
Microsoft.Synchronization.Files Namespace