IStorageItem.Path 属性

定义

如果项具有路径,则获取项的完整文件系统路径。

public:
 property Platform::String ^ Path { Platform::String ^ get(); };
winrt::hstring Path();
public string Path { get; }
var string = iStorageItem.path;
Public ReadOnly Property Path As String

属性值

String

Platform::String

winrt::hstring

如果项在用户的文件系统中具有路径,则为项的完整路径。

注解

不要依赖此属性来访问项,因为某些项可能没有文件系统路径。 例如,如果项由 URI 提供支持,或使用文件选取器选取,则不保证该项具有文件系统路径。

适用于