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에 대한 콘텐츠 정보입니다.

적용 대상