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