SkippedFileDetectEventArgs.FilePath 属性
获取变更检测期间无法分析的文件的路径。该路径是相对于根目录的。
命名空间: Microsoft.Synchronization.Files
程序集: Microsoft.Synchronization.Files(在 microsoft.synchronization.files.dll 中)
语法
声明
Public ReadOnly Property FilePath As String
用法
Dim instance As SkippedFileDetectEventArgs
Dim value As String
value = instance.FilePath
public string FilePath { get; }
public:
property String^ FilePath {
String^ get ();
}
/** @property */
public String get_FilePath ()
public function get FilePath () : String
属性值
变更检测期间无法分析的文件的路径。该路径是相对于根目录的。
请参阅
参考
SkippedFileDetectEventArgs 类
SkippedFileDetectEventArgs 成员
Microsoft.Synchronization.Files 命名空间