DetectingChangesEventArgs.DirectoryPath 属性

获取要在变更检测期间分析的文件夹的路径,相对于根目录。

命名空间: Microsoft.Synchronization.Files
程序集: Microsoft.Synchronization.Files(在 microsoft.synchronization.files.dll 中)

语法

声明
Public ReadOnly Property DirectoryPath As String
用法
Dim instance As DetectingChangesEventArgs
Dim value As String

value = instance.DirectoryPath
public string DirectoryPath { get; }
public:
property String^ DirectoryPath {
    String^ get ();
}
/** @property */
public String get_DirectoryPath ()
public function get DirectoryPath () : String

属性值

要在变更检测期间分析的文件夹的路径,相对于根目录。

请参阅

参考

DetectingChangesEventArgs 类
DetectingChangesEventArgs 成员
Microsoft.Synchronization.Files 命名空间