Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the total number of files that are found during change detection.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
Syntax
'Declaration
Public ReadOnly Property TotalFilesFound As Long
Get
'Usage
Dim instance As DetectedChangesEventArgs
Dim value As Long
value = instance.TotalFilesFound
public long TotalFilesFound { get; }
public:
property long long TotalFilesFound {
long long get ();
}
member TotalFilesFound : int64
function get TotalFilesFound () : long
Property Value
Type: System.Int64
The total number of files that are found during change detection.
Remarks
If the total number of files cannot be calculated, the value will be -1.
Files that are excluded by the scope filter or skipped are not counted.