StorageProviderFileTypeInfo Class

Definition

Note

Scenarios for this API are not supported.

public ref class StorageProviderFileTypeInfo sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Storage.Provider.IStorageProviderFileTypeInfoFactory, 262144, "Windows.Storage.Provider.CloudFilesContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Storage.Provider.CloudFilesContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class StorageProviderFileTypeInfo final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Storage.Provider.IStorageProviderFileTypeInfoFactory), 262144, "Windows.Storage.Provider.CloudFilesContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Storage.Provider.CloudFilesContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class StorageProviderFileTypeInfo
function StorageProviderFileTypeInfo(fileExtension, iconResource)
Public NotInheritable Class StorageProviderFileTypeInfo
Inheritance
Object Platform::Object IInspectable StorageProviderFileTypeInfo
Attributes

Windows requirements

Device family
Windows 10, version 2004 (introduced in 10.0.19041.0)
API contract
Windows.Storage.Provider.CloudFilesContract (introduced in v4.0)

Constructors

StorageProviderFileTypeInfo(String, String)

Note

Scenarios for this API are not supported.

Properties

FileExtension

Note

Scenarios for this API are not supported.

IconResource

Note

Scenarios for this API are not supported.

Applies to

See also