IStorageProviderUriSource.GetContentInfoForPath 方法

定义

获取有关给定 URI 路径的存储提供程序 URI 的信息。

public:
 void GetContentInfoForPath(Platform::String ^ path, StorageProviderGetContentInfoForPathResult ^ result);
void GetContentInfoForPath(winrt::hstring const& path, StorageProviderGetContentInfoForPathResult const& result);
public void GetContentInfoForPath(string path, StorageProviderGetContentInfoForPathResult result);
function getContentInfoForPath(path, result)
Public Sub GetContentInfoForPath (path As String, result As StorageProviderGetContentInfoForPathResult)

参数

path
String

Platform::String

winrt::hstring

存储提供程序 URI 的路径。

result
StorageProviderGetContentInfoForPathResult

有关提供的存储提供程序 URI 的内容信息。

适用于