StorageProviderGetPathForContentUriResult Class

Definition

Provides methods to get additional information about a content URI result.

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
Inheritance
Object Platform::Object IInspectable StorageProviderGetPathForContentUriResult
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.17134.0)
API contract
Windows.Storage.Provider.CloudFilesContract (introduced in v2.0)

Constructors

StorageProviderGetPathForContentUriResult()

A StorageProviderGetPathForContentUriResult default constructor.

Properties

Path

Gets the path of the StorageProviderGetPathForContentUriResult object.

Status

The status of a storage provider associated with the StorageProviderGetPathForContentUriResult.

Applies to