StorageProviderGetPathForContentUriResult 类

定义

提供获取有关内容 URI 结果的其他信息的方法。

public ref class StorageProviderGetPathForContentUriResult sealed
/// [Windows.Foundation.Metadata.Activatable(131072, "Windows.Storage.Provider.CloudFilesContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StorageProviderGetPathForContentUriResult final
[Windows.Foundation.Metadata.Activatable(131072, "Windows.Storage.Provider.CloudFilesContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StorageProviderGetPathForContentUriResult
function StorageProviderGetPathForContentUriResult()
Public NotInheritable Class StorageProviderGetPathForContentUriResult
继承
Object Platform::Object IInspectable StorageProviderGetPathForContentUriResult
属性

Windows 要求

设备系列
Windows Desktop Extension SDK (在 10.0.17134.0 中引入)
API contract
Windows.Storage.Provider.CloudFilesContract (在 v2.0 中引入)

构造函数

StorageProviderGetPathForContentUriResult()

StorageProviderGetPathForContentUriResult 默认构造函数。

属性

Path

获取 StorageProviderGetPathForContentUriResult 对象的路径。

Status

与 StorageProviderGetPathForContentUriResult 关联的存储提供程序的状态。

适用于