StorageProviderGetContentInfoForPathResult 类

定义

提供用于获取有关内容 URI 路径的其他信息的方法。

public ref class StorageProviderGetContentInfoForPathResult 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 StorageProviderGetContentInfoForPathResult 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 StorageProviderGetContentInfoForPathResult
function StorageProviderGetContentInfoForPathResult()
Public NotInheritable Class StorageProviderGetContentInfoForPathResult
继承
Object Platform::Object IInspectable StorageProviderGetContentInfoForPathResult
属性

Windows 要求

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

构造函数

StorageProviderGetContentInfoForPathResult()

StorageProviderGetContentInfoForPathResult 默认构造函数。

属性

ContentId

获取或设置与 StorageProviderGetContentInfoForPathResult 关联的内容 ID。

ContentUri

获取或设置与 StorageProviderGetContentInfoForPathResult 关联的内容 URI。

Status

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

适用于