Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定文件的下载位置。
Public Property LocalPath As String
public string LocalPath {get;set;}
用于指定文件本地目录的字符串。缺省值为空值引用(在 Visual Basic 中是 Nothing)。
缺省本地目录因设备的操作系统而异:
对于 Windows Mobile 设备,如果 LocalPath 值为空值引用(在 Visual Basic 中为 Nothing),则文件存储在根目录 (\) 中。
对于桌面应用程序,如果 LocalPath 值为空值引用(在 Visual Basic 中为 Nothing),则文件存储在当前目录。