Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Provides data for the DetectingChanges event.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Synchronization.Files.DetectingChangesEventArgs
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
Syntax
'Declaration
Public Class DetectingChangesEventArgs _
Inherits EventArgs
'Usage
Dim instance As DetectingChangesEventArgs
public class DetectingChangesEventArgs : EventArgs
public ref class DetectingChangesEventArgs : public EventArgs
type DetectingChangesEventArgs =
class
inherit EventArgs
end
public class DetectingChangesEventArgs extends EventArgs
The DetectingChangesEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
DirectoryPath | Gets the path of the folder that is about to be analyzed during change detection, relative to the root directory. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Remarks
This event is fired during a change detection pass. It fires one time for every folder, before change detection starts for that folder.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)