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 path of the folder that is about to be analyzed during change detection, relative to the root directory.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
Syntax
'Declaration
Public ReadOnly Property DirectoryPath As String
Get
'Usage
Dim instance As DetectingChangesEventArgs
Dim value As String
value = instance.DirectoryPath
public string DirectoryPath { get; }
public:
property String^ DirectoryPath {
String^ get ();
}
member DirectoryPath : string
function get DirectoryPath () : String
Property Value
Type: System.String
The path of the folder that is about to be analyzed during change detection, relative to the root directory.