IStorageProviderUriSource.GetContentInfoForPath 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定 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 的路徑。
所提供儲存體提供者 URI 的內容資訊。