次の方法で共有


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 に関するコンテンツ情報。

適用対象