IStorageProviderUriSource 인터페이스

정의

콘텐츠 URI 경로 및 정보를 가져오기 위한 인터페이스입니다.

public interface class IStorageProviderUriSource
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 131072)]
/// [Windows.Foundation.Metadata.Guid(2996307665, 35808, 18786, 139, 182, 13, 76, 46, 20, 212, 122)]
struct IStorageProviderUriSource
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 131072)]
[Windows.Foundation.Metadata.Guid(2996307665, 35808, 18786, 139, 182, 13, 76, 46, 20, 212, 122)]
public interface IStorageProviderUriSource
Public Interface IStorageProviderUriSource
특성

Windows 요구 사항

디바이스 패밀리
Windows Desktop Extension SDK (10.0.17134.0에서 도입되었습니다.)
API contract
Windows.Storage.Provider.CloudFilesContract (v2.0에서 도입되었습니다.)

메서드

GetContentInfoForPath(String, StorageProviderGetContentInfoForPathResult)

URI 경로가 지정된 스토리지 공급자 URI에 대한 정보를 가져옵니다.

GetPathForContentUri(String, StorageProviderGetPathForContentUriResult)

URI 이름이 지정된 콘텐츠 URI의 경로를 가져옵니다.

적용 대상